@manamerge/mana-atomic-ui 0.0.76 → 0.0.77
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/index.d.ts +37 -1
- package/dist/index.js +144 -1306
- package/dist/index.js.map +1 -1
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.css.d.ts +3 -11
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.d.ts +21 -0
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.stories.d.ts +1 -0
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/themes/Manamerge.d.ts +55 -19
- package/dist/types/themes/manamerge/molecules/cardSimpleRender.d.ts +4 -18
- package/dist/types/themes/manamerge/molecules/cardTeaser.d.ts +1 -1
- package/package.json +2 -7
- package/dist/types/.storybook/preview.d.ts +0 -14
- package/dist/types/src/components/Atoms/Button/Button.css.d.ts +0 -37
- package/dist/types/src/components/Atoms/Button/Button.d.ts +0 -34
- package/dist/types/src/components/Atoms/Button/Button.stories.d.ts +0 -7
- package/dist/types/src/components/Atoms/Heading/Heading.css.d.ts +0 -3
- package/dist/types/src/components/Atoms/Heading/Heading.d.ts +0 -17
- package/dist/types/src/components/Atoms/Heading/Heading.stories.d.ts +0 -12
- package/dist/types/src/components/Atoms/Icon/Icon.css.d.ts +0 -9
- package/dist/types/src/components/Atoms/Icon/Icon.d.ts +0 -15
- package/dist/types/src/components/Atoms/Icon/Icon.stories.d.ts +0 -9
- package/dist/types/src/components/Atoms/Link/Link.css.d.ts +0 -3
- package/dist/types/src/components/Atoms/Link/Link.d.ts +0 -14
- package/dist/types/src/components/Atoms/Link/Link.stories.d.ts +0 -11
- package/dist/types/src/components/Atoms/Text/Text.css.d.ts +0 -4
- package/dist/types/src/components/Atoms/Text/Text.d.ts +0 -14
- package/dist/types/src/components/Atoms/Text/Text.stories.d.ts +0 -11
- package/dist/types/src/components/Molecules/CardSimpleRender/BlobToReactComponent.d.ts +0 -5
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.css.d.ts +0 -10
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.d.ts +0 -29
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 2.d.ts +0 -7
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 3.d.ts +0 -6
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 4.d.ts +0 -6
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 5.d.ts +0 -6
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy.d.ts +0 -7
- package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories.d.ts +0 -7
- package/dist/types/src/components/Molecules/CardTeaser/CardTeaser.css.d.ts +0 -15
- package/dist/types/src/components/Molecules/CardTeaser/CardTeaser.d.ts +0 -13
- package/dist/types/src/components/Molecules/CardTeaser/CardTeaser.stories.d.ts +0 -6
- package/dist/types/src/components/Molecules/Footer/Footer.css.d.ts +0 -6
- package/dist/types/src/components/Molecules/Footer/Footer.d.ts +0 -15
- package/dist/types/src/components/Molecules/Footer/Footer.stories.d.ts +0 -6
- package/dist/types/src/components/Molecules/Header/Header.css.d.ts +0 -15
- package/dist/types/src/components/Molecules/Header/Header.d.ts +0 -15
- package/dist/types/src/components/Molecules/Header/Header.stories.d.ts +0 -6
- package/dist/types/src/components/Molecules/Navigation/Navigation.css.d.ts +0 -10
- package/dist/types/src/components/Molecules/Navigation/Navigation.d.ts +0 -10
- package/dist/types/src/components/Molecules/Navigation/Navigation.stories.d.ts +0 -6
- package/dist/types/src/components/index.d.ts +0 -12
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/themes/Manamerge.d.ts +0 -1374
- package/dist/types/src/themes/manamerge/atoms/button.d.ts +0 -101
- package/dist/types/src/themes/manamerge/atoms/checkbox.d.ts +0 -71
- package/dist/types/src/themes/manamerge/atoms/heading.d.ts +0 -141
- package/dist/types/src/themes/manamerge/atoms/icon.d.ts +0 -30
- package/dist/types/src/themes/manamerge/atoms/link.d.ts +0 -78
- package/dist/types/src/themes/manamerge/atoms/text.d.ts +0 -38
- package/dist/types/src/themes/manamerge/miscellaneous/breakpoints.d.ts +0 -13
- package/dist/types/src/themes/manamerge/molecules/cardSimpleRender.d.ts +0 -27
- package/dist/types/src/themes/manamerge/molecules/cardTeaser.d.ts +0 -76
- package/dist/types/src/themes/manamerge/molecules/footer.d.ts +0 -19
- package/dist/types/src/themes/manamerge/molecules/header.d.ts +0 -48
- package/dist/types/src/themes/manamerge/molecules/navigation.d.ts +0 -36
- package/dist/types/vite.config.d.ts +0 -2
- /package/dist/types/{src/components → components}/Molecules/BreakerTape/BreakerTape.css.d.ts +0 -0
- /package/dist/types/{src/components → components}/Molecules/BreakerTape/BreakerTape.d.ts +0 -0
- /package/dist/types/{src/components → components}/Molecules/BreakerTape/BreakerTape.stories.d.ts +0 -0
- /package/dist/types/{src/components → components}/Molecules/CardBanner/CardBanner.css.d.ts +0 -0
- /package/dist/types/{src/components → components}/Molecules/CardBanner/CardBanner.d.ts +0 -0
- /package/dist/types/{src/components → components}/Molecules/CardBanner/CardBanner.stories.d.ts +0 -0
- /package/dist/types/{src/themes → themes}/manamerge/molecules/breakerTape.d.ts +0 -0
- /package/dist/types/{src/themes → themes}/manamerge/molecules/cardBanner.d.ts +0 -0
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { StylingTypes } from "./CardSimpleRender";
|
|
2
3
|
export declare const Card: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
gap?: string | undefined;
|
|
6
|
-
background?: string | undefined;
|
|
7
|
-
gradientBackground?: string | undefined;
|
|
8
|
-
border?: string | undefined;
|
|
9
|
-
borderRadius?: string | undefined;
|
|
10
|
-
boxShadow?: string | undefined;
|
|
11
|
-
padding?: string | undefined;
|
|
12
|
-
height?: string | undefined;
|
|
13
|
-
maxWidth?: string | undefined;
|
|
4
|
+
styling?: StylingTypes | undefined;
|
|
5
|
+
cardHover: boolean;
|
|
14
6
|
}>> & string;
|
|
15
7
|
export declare const WrapperLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
16
8
|
export declare const AtomIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Icon/Icon").IconTypes, import("../../Atoms/Icon/Icon").IconTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Icon/Icon").IconTypes>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,8 +1,29 @@
|
|
|
1
1
|
import React, { ReactNode, FunctionComponent, SVGProps } from "react";
|
|
2
|
+
export interface HoverTypes {
|
|
3
|
+
boxShadow?: string;
|
|
4
|
+
border?: string;
|
|
5
|
+
transition?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface StylingTypes {
|
|
8
|
+
flexDirection?: string;
|
|
9
|
+
justifyContent?: string;
|
|
10
|
+
gap?: string;
|
|
11
|
+
background?: string;
|
|
12
|
+
gradientBackground?: string;
|
|
13
|
+
border?: string;
|
|
14
|
+
borderRadius?: string;
|
|
15
|
+
boxShadow?: string;
|
|
16
|
+
padding?: string;
|
|
17
|
+
height?: string;
|
|
18
|
+
maxWidth?: string;
|
|
19
|
+
hover?: HoverTypes;
|
|
20
|
+
}
|
|
2
21
|
export interface CardSimpleRenderTypes {
|
|
3
22
|
icon?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
4
23
|
title?: string;
|
|
5
24
|
description?: string;
|
|
6
25
|
children?: ReactNode;
|
|
26
|
+
cardClick?: React.MouseEventHandler<HTMLElement>;
|
|
27
|
+
styling?: StylingTypes;
|
|
7
28
|
}
|
|
8
29
|
export declare const CardSimpleRender: React.FC<CardSimpleRenderTypes>;
|
|
@@ -7,4 +7,6 @@ export { Header } from "./Molecules/Header/Header";
|
|
|
7
7
|
export { Navigation } from "./Molecules/Navigation/Navigation";
|
|
8
8
|
export { Footer } from "./Molecules/Footer/Footer";
|
|
9
9
|
export { CardTeaser } from "./Molecules/CardTeaser/CardTeaser";
|
|
10
|
+
export { BreakerTape } from "./Molecules/BreakerTape/BreakerTape";
|
|
10
11
|
export { CardSimpleRender } from "./Molecules/CardSimpleRender/CardSimpleRender";
|
|
12
|
+
export { CardBanner } from "./Molecules/CardBanner/CardBanner";
|
|
@@ -644,7 +644,7 @@ export declare const manamergeTheme: {
|
|
|
644
644
|
color: string;
|
|
645
645
|
margin: string;
|
|
646
646
|
};
|
|
647
|
-
|
|
647
|
+
icon: {
|
|
648
648
|
variant: string;
|
|
649
649
|
};
|
|
650
650
|
button: {
|
|
@@ -709,6 +709,33 @@ export declare const manamergeTheme: {
|
|
|
709
709
|
textTransform: string;
|
|
710
710
|
};
|
|
711
711
|
};
|
|
712
|
+
breakerTape: {
|
|
713
|
+
icon: {
|
|
714
|
+
variant: string;
|
|
715
|
+
fill: string;
|
|
716
|
+
stroke: string;
|
|
717
|
+
hover: {
|
|
718
|
+
stroke: string;
|
|
719
|
+
fill: string;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
text: {
|
|
723
|
+
variant: string;
|
|
724
|
+
color: string;
|
|
725
|
+
};
|
|
726
|
+
tapeContent: {
|
|
727
|
+
alignItems: string;
|
|
728
|
+
gap: string;
|
|
729
|
+
slowness: string;
|
|
730
|
+
};
|
|
731
|
+
tapeContainer: {
|
|
732
|
+
width: string;
|
|
733
|
+
transform: string;
|
|
734
|
+
background: string;
|
|
735
|
+
padding: string;
|
|
736
|
+
margin: string;
|
|
737
|
+
};
|
|
738
|
+
};
|
|
712
739
|
cardSimpleRender: {
|
|
713
740
|
flexDirection: string;
|
|
714
741
|
justifyContent: string;
|
|
@@ -720,24 +747,10 @@ export declare const manamergeTheme: {
|
|
|
720
747
|
padding: string;
|
|
721
748
|
height: string;
|
|
722
749
|
maxWidth: string;
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
width: string;
|
|
728
|
-
};
|
|
729
|
-
largeMobileUp: {
|
|
730
|
-
right: string;
|
|
731
|
-
top: string;
|
|
732
|
-
padding: string;
|
|
733
|
-
};
|
|
734
|
-
desktopUp: {
|
|
735
|
-
padding: string;
|
|
736
|
-
};
|
|
737
|
-
mobileUp: {
|
|
738
|
-
gap: string;
|
|
739
|
-
};
|
|
740
|
-
};
|
|
750
|
+
hover: {
|
|
751
|
+
border: string;
|
|
752
|
+
boxShadow: string;
|
|
753
|
+
transition: string;
|
|
741
754
|
};
|
|
742
755
|
atomIcon: {
|
|
743
756
|
variant: string;
|
|
@@ -749,6 +762,29 @@ export declare const manamergeTheme: {
|
|
|
749
762
|
variant: string;
|
|
750
763
|
};
|
|
751
764
|
};
|
|
765
|
+
cardBanner: {
|
|
766
|
+
flexDirection: string;
|
|
767
|
+
justifyContent: string;
|
|
768
|
+
background: string;
|
|
769
|
+
border: string;
|
|
770
|
+
borderRadius: string;
|
|
771
|
+
padding: string;
|
|
772
|
+
atomHeading: {
|
|
773
|
+
variant: string;
|
|
774
|
+
};
|
|
775
|
+
atomText: {
|
|
776
|
+
variant: string;
|
|
777
|
+
};
|
|
778
|
+
atomButton: {
|
|
779
|
+
variant: string;
|
|
780
|
+
};
|
|
781
|
+
atomTextButton: {
|
|
782
|
+
variant: string;
|
|
783
|
+
};
|
|
784
|
+
atomIcon: {
|
|
785
|
+
variant: string;
|
|
786
|
+
};
|
|
787
|
+
};
|
|
752
788
|
media: {
|
|
753
789
|
tinyMobileUp: string;
|
|
754
790
|
smallMobileUp: string;
|
|
@@ -9,24 +9,10 @@ declare const cardSimpleRender: {
|
|
|
9
9
|
padding: string;
|
|
10
10
|
height: string;
|
|
11
11
|
maxWidth: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
width: string;
|
|
17
|
-
};
|
|
18
|
-
largeMobileUp: {
|
|
19
|
-
right: string;
|
|
20
|
-
top: string;
|
|
21
|
-
padding: string;
|
|
22
|
-
};
|
|
23
|
-
desktopUp: {
|
|
24
|
-
padding: string;
|
|
25
|
-
};
|
|
26
|
-
mobileUp: {
|
|
27
|
-
gap: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
12
|
+
hover: {
|
|
13
|
+
border: string;
|
|
14
|
+
boxShadow: string;
|
|
15
|
+
transition: string;
|
|
30
16
|
};
|
|
31
17
|
atomIcon: {
|
|
32
18
|
variant: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manamerge/mana-atomic-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.77",
|
|
4
4
|
"description": "Mana Merge design system",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "MM",
|
|
@@ -26,9 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@storybook/addon-themes": "^8.4.5",
|
|
29
|
-
"@svgr/core": "^8.1.0",
|
|
30
29
|
"classnames": "^2.5.1",
|
|
31
|
-
"react-svg-loader": "^3.0.3",
|
|
32
30
|
"styled-components": "^6.1.11"
|
|
33
31
|
},
|
|
34
32
|
"devDependencies": {
|
|
@@ -56,7 +54,6 @@
|
|
|
56
54
|
"@types/react": "^18.3.12",
|
|
57
55
|
"@types/react-dom": "^18.3.1",
|
|
58
56
|
"@types/styled-components": "^5.1.34",
|
|
59
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
60
57
|
"babel-plugin-styled-components": "^2.1.4",
|
|
61
58
|
"eslint": "^9.15.0",
|
|
62
59
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -71,7 +68,6 @@
|
|
|
71
68
|
"rollup": "^3.14.0",
|
|
72
69
|
"rollup-plugin-copy": "^3.5.0",
|
|
73
70
|
"rollup-plugin-dts": "^5.1.1",
|
|
74
|
-
"rollup-plugin-replace": "^2.2.0",
|
|
75
71
|
"sort-package-json": "^2.12.0",
|
|
76
72
|
"storybook": "^8.6.6",
|
|
77
73
|
"storybook-addon-deep-controls": "^0.9.2",
|
|
@@ -79,8 +75,7 @@
|
|
|
79
75
|
"typescript": "^4.9.5",
|
|
80
76
|
"typescript-eslint": "^8.16.0",
|
|
81
77
|
"typescript-plugin-styled-components": "^3.0.0",
|
|
82
|
-
"vite": "^6.0.1"
|
|
83
|
-
"vite-plugin-svgr": "^4.3.0"
|
|
78
|
+
"vite": "^6.0.1"
|
|
84
79
|
},
|
|
85
80
|
"peerDependencies": {
|
|
86
81
|
"react": "^18.2.0",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const decorators: import("@storybook/core/csf").DecoratorFunction<any, import("@storybook/core/csf").Args>[];
|
|
2
|
-
export declare const parameters: {
|
|
3
|
-
layout: string;
|
|
4
|
-
backgrounds: {
|
|
5
|
-
default: string;
|
|
6
|
-
values: {
|
|
7
|
-
name: string;
|
|
8
|
-
value: string;
|
|
9
|
-
}[];
|
|
10
|
-
};
|
|
11
|
-
deepControls: {
|
|
12
|
-
enabled: boolean;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface ButtonProps {
|
|
3
|
-
background?: string;
|
|
4
|
-
frame?: boolean;
|
|
5
|
-
border?: string;
|
|
6
|
-
text?: string;
|
|
7
|
-
color?: string;
|
|
8
|
-
altColor?: string;
|
|
9
|
-
fill?: string;
|
|
10
|
-
effects?: string;
|
|
11
|
-
padding?: string;
|
|
12
|
-
flexbox?: boolean;
|
|
13
|
-
cursor?: string;
|
|
14
|
-
margin?: string;
|
|
15
|
-
display?: string;
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
fontWeight?: string;
|
|
18
|
-
letterSpacing?: string;
|
|
19
|
-
radius?: string;
|
|
20
|
-
shadow?: string;
|
|
21
|
-
transition?: string;
|
|
22
|
-
width?: string;
|
|
23
|
-
height?: string;
|
|
24
|
-
maxWidth?: string;
|
|
25
|
-
maxHeight?: string;
|
|
26
|
-
align?: string;
|
|
27
|
-
lineHeight?: string;
|
|
28
|
-
overflow?: string;
|
|
29
|
-
zIndex?: number;
|
|
30
|
-
position?: string;
|
|
31
|
-
gap?: string;
|
|
32
|
-
opacity?: string;
|
|
33
|
-
variant: string;
|
|
34
|
-
}
|
|
35
|
-
export declare const ButtonStyle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ButtonProps>> & string;
|
|
36
|
-
export declare const ImgStyle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGSVGElement>, never>> & string;
|
|
37
|
-
export {};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from "react";
|
|
2
|
-
export interface ButtonTypes {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
variant?: string;
|
|
5
|
-
image?: string | null;
|
|
6
|
-
background?: string;
|
|
7
|
-
alt?: string;
|
|
8
|
-
children?: ReactNode;
|
|
9
|
-
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
10
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
11
|
-
color?: string;
|
|
12
|
-
altColor?: string;
|
|
13
|
-
frame?: boolean;
|
|
14
|
-
border?: string;
|
|
15
|
-
text?: string;
|
|
16
|
-
fill?: string;
|
|
17
|
-
effects?: string;
|
|
18
|
-
padding?: string;
|
|
19
|
-
flexbox?: boolean;
|
|
20
|
-
cursor?: string;
|
|
21
|
-
margin?: string;
|
|
22
|
-
display?: string;
|
|
23
|
-
radius?: string;
|
|
24
|
-
fontWeight?: string;
|
|
25
|
-
letterSpacing?: string;
|
|
26
|
-
shadow?: string;
|
|
27
|
-
transition?: string;
|
|
28
|
-
width?: string;
|
|
29
|
-
height?: string;
|
|
30
|
-
gap?: string;
|
|
31
|
-
align?: string;
|
|
32
|
-
opacity?: string;
|
|
33
|
-
}
|
|
34
|
-
export declare const Button: React.FC<ButtonTypes>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { ButtonTypes } from "./Button";
|
|
3
|
-
declare const meta: Meta<ButtonTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ButtonTypes>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Secondary: Story;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { HeadingTypes } from "./Heading";
|
|
3
|
-
export declare const HeadingContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, HeadingTypes>> & string;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from "react";
|
|
2
|
-
interface ISizes {
|
|
3
|
-
small?: string | number;
|
|
4
|
-
medium?: string | number;
|
|
5
|
-
big?: string | number;
|
|
6
|
-
}
|
|
7
|
-
export interface HeadingTypes {
|
|
8
|
-
variant?: string;
|
|
9
|
-
children: ReactNode;
|
|
10
|
-
color?: string;
|
|
11
|
-
margin?: ISizes;
|
|
12
|
-
fontSize?: ISizes;
|
|
13
|
-
lineHeight?: ISizes;
|
|
14
|
-
fontWeight?: ISizes;
|
|
15
|
-
}
|
|
16
|
-
export declare const Heading: React.FC<HeadingTypes>;
|
|
17
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { HeadingTypes } from "./Heading";
|
|
3
|
-
declare const meta: Meta<HeadingTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<HeadingTypes>;
|
|
6
|
-
export declare const Combos: Story;
|
|
7
|
-
export declare const H1: Story;
|
|
8
|
-
export declare const H2: Story;
|
|
9
|
-
export declare const H3: Story;
|
|
10
|
-
export declare const H4: Story;
|
|
11
|
-
export declare const H5: Story;
|
|
12
|
-
export declare const H6: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledSvg: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGSVGElement>, {
|
|
3
|
-
size?: string | undefined;
|
|
4
|
-
color?: string | undefined;
|
|
5
|
-
stroke?: string | undefined;
|
|
6
|
-
hoverColor?: string | undefined;
|
|
7
|
-
hoverStroke?: string | undefined;
|
|
8
|
-
variant: string;
|
|
9
|
-
}>> & string;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React, { FunctionComponent, SVGProps } from "react";
|
|
2
|
-
export interface IconTypes {
|
|
3
|
-
variant?: string;
|
|
4
|
-
svg: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
5
|
-
color?: string;
|
|
6
|
-
size?: string;
|
|
7
|
-
stroke?: string;
|
|
8
|
-
hoverColor?: string;
|
|
9
|
-
hoverStroke?: string;
|
|
10
|
-
onClick?: () => void;
|
|
11
|
-
onKeyDown?: (event: React.KeyboardEvent<SVGSVGElement>) => void;
|
|
12
|
-
tabIndex?: number;
|
|
13
|
-
role?: string;
|
|
14
|
-
}
|
|
15
|
-
export declare const Icon: React.FC<IconTypes>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { IconTypes } from "./Icon";
|
|
3
|
-
declare const meta: Meta<IconTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<IconTypes>;
|
|
6
|
-
export declare const Combos: Story;
|
|
7
|
-
export declare const Small: Story;
|
|
8
|
-
export declare const Medium: Story;
|
|
9
|
-
export declare const Large: Story;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { LinkTypes } from "./Link";
|
|
3
|
-
export declare const StyledLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, LinkTypes>> & string;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React, { AnchorHTMLAttributes, ElementType } from "react";
|
|
2
|
-
export interface LinkTypes extends AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
3
|
-
to?: string;
|
|
4
|
-
color?: string;
|
|
5
|
-
hoverColor?: string;
|
|
6
|
-
underline?: boolean;
|
|
7
|
-
hoverUnderline?: boolean;
|
|
8
|
-
fontSize?: string;
|
|
9
|
-
lineHeight?: string;
|
|
10
|
-
fontWeight?: string;
|
|
11
|
-
as?: ElementType;
|
|
12
|
-
variant?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare const Link: React.FC<LinkTypes>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { LinkTypes } from "./Link";
|
|
3
|
-
declare const meta: Meta<LinkTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<LinkTypes>;
|
|
6
|
-
export declare const Combos: Story;
|
|
7
|
-
export declare const Light: Story;
|
|
8
|
-
export declare const Regular: Story;
|
|
9
|
-
export declare const Medium: Story;
|
|
10
|
-
export declare const Bold: Story;
|
|
11
|
-
export declare const Heavy: Story;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TextTypes } from "./Text";
|
|
3
|
-
export declare const TextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, TextTypes>> & string;
|
|
4
|
-
export declare const TextContainerLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, TextTypes>> & string;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export interface TextTypes {
|
|
3
|
-
variant?: string;
|
|
4
|
-
children?: string;
|
|
5
|
-
htmlFor?: string;
|
|
6
|
-
margin?: string;
|
|
7
|
-
color?: string;
|
|
8
|
-
fontSize?: string;
|
|
9
|
-
lineHeight?: string;
|
|
10
|
-
fontWeight?: string | number;
|
|
11
|
-
tag?: keyof JSX.IntrinsicElements;
|
|
12
|
-
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
13
|
-
}
|
|
14
|
-
export declare const Text: React.FC<TextTypes>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { TextTypes } from "./Text";
|
|
3
|
-
declare const meta: Meta<TextTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<TextTypes>;
|
|
6
|
-
export declare const Combo: Story;
|
|
7
|
-
export declare const Light: Story;
|
|
8
|
-
export declare const Regular: Story;
|
|
9
|
-
export declare const Medium: Story;
|
|
10
|
-
export declare const Bold: Story;
|
|
11
|
-
export declare const Heavy: Story;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { StylingTypes } from "./CardSimpleRender";
|
|
3
|
-
export declare const Card: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
-
styling?: StylingTypes | undefined;
|
|
5
|
-
cardHover: boolean;
|
|
6
|
-
}>> & string;
|
|
7
|
-
export declare const WrapperLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
-
export declare const AtomIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Icon/Icon").IconTypes, import("../../Atoms/Icon/Icon").IconTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Icon/Icon").IconTypes>, keyof import("react").Component<any, {}, any>>;
|
|
9
|
-
export declare const AtomHeading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Heading/Heading").HeadingTypes, import("../../Atoms/Heading/Heading").HeadingTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Heading/Heading").HeadingTypes>, keyof import("react").Component<any, {}, any>>;
|
|
10
|
-
export declare const AtomText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Text/Text").TextTypes, import("../../Atoms/Text/Text").TextTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Text/Text").TextTypes>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode, FunctionComponent, SVGProps } from "react";
|
|
2
|
-
export interface HoverTypes {
|
|
3
|
-
boxShadow?: string;
|
|
4
|
-
border?: string;
|
|
5
|
-
transition?: string;
|
|
6
|
-
}
|
|
7
|
-
export interface StylingTypes {
|
|
8
|
-
flexDirection?: string;
|
|
9
|
-
justifyContent?: string;
|
|
10
|
-
gap?: string;
|
|
11
|
-
background?: string;
|
|
12
|
-
gradientBackground?: string;
|
|
13
|
-
border?: string;
|
|
14
|
-
borderRadius?: string;
|
|
15
|
-
boxShadow?: string;
|
|
16
|
-
padding?: string;
|
|
17
|
-
height?: string;
|
|
18
|
-
maxWidth?: string;
|
|
19
|
-
hover?: HoverTypes;
|
|
20
|
-
}
|
|
21
|
-
export interface CardSimpleRenderTypes {
|
|
22
|
-
icon?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
23
|
-
title?: string;
|
|
24
|
-
description?: string;
|
|
25
|
-
children?: ReactNode;
|
|
26
|
-
cardClick?: React.MouseEventHandler<HTMLElement>;
|
|
27
|
-
styling?: StylingTypes;
|
|
28
|
-
}
|
|
29
|
-
export declare const CardSimpleRender: React.FC<CardSimpleRenderTypes>;
|
package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 2.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { CardSimpleRenderTypes } from "./CardSimpleRender";
|
|
3
|
-
declare const meta: Meta<CardSimpleRenderTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<CardSimpleRenderTypes>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Hover: Story;
|
package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 3.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { CardSimpleRenderTypes } from "./CardSimpleRender";
|
|
3
|
-
declare const meta: Meta<CardSimpleRenderTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<CardSimpleRenderTypes>;
|
|
6
|
-
export declare const Default: Story;
|
package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 4.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { CardSimpleRenderTypes } from "./CardSimpleRender";
|
|
3
|
-
declare const meta: Meta<CardSimpleRenderTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<CardSimpleRenderTypes>;
|
|
6
|
-
export declare const Default: Story;
|
package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy 5.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { CardSimpleRenderTypes } from "./CardSimpleRender";
|
|
3
|
-
declare const meta: Meta<CardSimpleRenderTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<CardSimpleRenderTypes>;
|
|
6
|
-
export declare const Default: Story;
|
package/dist/types/src/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { CardSimpleRenderTypes } from "./CardSimpleRender";
|
|
3
|
-
declare const meta: Meta<CardSimpleRenderTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<CardSimpleRenderTypes>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Hover: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { CardSimpleRenderTypes } from "./CardSimpleRender";
|
|
3
|
-
declare const meta: Meta<CardSimpleRenderTypes>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<CardSimpleRenderTypes>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Hover: Story;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CardContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
-
export declare const HeadingCompanyDate: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Heading/Heading").HeadingTypes, import("../../Atoms/Heading/Heading").HeadingTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Heading/Heading").HeadingTypes>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
-
export declare const HeadingTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Heading/Heading").HeadingTypes, import("../../Atoms/Heading/Heading").HeadingTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Heading/Heading").HeadingTypes>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
-
export declare const TextListItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Text/Text").TextTypes, import("../../Atoms/Text/Text").TextTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Text/Text").TextTypes>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
-
export declare const List: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
|
|
7
|
-
export declare const ButtonCardContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
-
export declare const ImageContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
-
export declare const Image: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
|
|
10
|
-
export declare const LeftCardContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
-
export declare const ListItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
|
|
12
|
-
export declare const Separator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
13
|
-
export declare const IconCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Icon/Icon").IconTypes, import("../../Atoms/Icon/Icon").IconTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Icon/Icon").IconTypes>, keyof import("react").Component<any, {}, any>>;
|
|
14
|
-
export declare const ButtonCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("../../Atoms/Button/Button").ButtonTypes, import("../../Atoms/Button/Button").ButtonTypes>, never>, never>> & string & Omit<import("react").FC<import("../../Atoms/Button/Button").ButtonTypes>, keyof import("react").Component<any, {}, any>>;
|
|
15
|
-
export declare const CardBackgroundColor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React, { FunctionComponent, SVGProps } from "react";
|
|
2
|
-
export interface CardTeaserTypes {
|
|
3
|
-
company?: string;
|
|
4
|
-
year?: string;
|
|
5
|
-
title?: string;
|
|
6
|
-
buttonName?: string;
|
|
7
|
-
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
8
|
-
checks?: string[];
|
|
9
|
-
svg?: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
10
|
-
cardImageSrc?: string;
|
|
11
|
-
separator?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const CardTeaser: React.FC<CardTeaserTypes>;
|