trepur_components 2.3.9 → 2.3.10
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/lib/_virtual/react.js +4 -0
- package/lib/components/Accordion/Accordion.stories.d.ts +47 -0
- package/lib/components/Accordion/const.d.ts +31 -0
- package/lib/components/Accordion/index.d.ts +5 -0
- package/lib/components/Accordion/index.js +9 -0
- package/lib/components/AlertBar/AlertBar.stories.d.ts +24 -0
- package/lib/components/AlertBar/index.d.ts +16 -0
- package/lib/components/AlertBar/index.js +36 -0
- package/lib/components/Avatar/Avatar.stories.d.ts +10 -0
- package/lib/components/Avatar/index.d.ts +3 -0
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts +18 -0
- package/lib/components/Breadcrumbs/index.d.ts +17 -0
- package/lib/components/Breadcrumbs/index.js +16 -0
- package/lib/components/Button/Button.stories.d.ts +20 -0
- package/lib/components/Button/index.d.ts +13 -0
- package/lib/components/Button/index.js +30 -0
- package/lib/components/Calendar/Calendar.stories.d.ts +11 -0
- package/lib/components/Calendar/index.d.ts +14 -0
- package/lib/components/Calendar/index.js +49 -0
- package/lib/components/Calendar/style.css.js +1 -0
- package/lib/components/Card/Card.stories.d.ts +11 -0
- package/lib/components/Card/index.d.ts +2 -0
- package/lib/components/Card/index.js +25 -0
- package/lib/components/Carousel/Carousel.stories.d.ts +23 -0
- package/lib/components/Carousel/index.d.ts +70 -0
- package/lib/components/Carousel/index.js +159 -0
- package/lib/components/Carousel/utils.d.ts +1 -0
- package/lib/components/Carousel/utils.js +38 -0
- package/lib/components/CarouselThumbnail/CarouselThumbnail.stories.d.ts +22 -0
- package/lib/components/CarouselThumbnail/const.d.ts +1 -0
- package/lib/components/CarouselThumbnail/const.js +20 -0
- package/lib/components/CarouselThumbnail/index.d.ts +51 -0
- package/lib/components/CarouselThumbnail/index.js +74 -0
- package/lib/components/CarouselThumbnail/utils.d.ts +2 -0
- package/lib/components/CarouselThumbnail/utils.js +65 -0
- package/lib/components/Checkbox/Checkbox.stories.d.ts +17 -0
- package/lib/components/Checkbox/index.d.ts +11 -0
- package/lib/components/Checkbox/index.js +28 -0
- package/lib/components/Collapsible/Collapsible.stories.d.ts +57 -0
- package/lib/components/Collapsible/index.d.ts +19 -0
- package/lib/components/Collapsible/index.js +87 -0
- package/lib/components/Counter/Counter.stories.d.ts +17 -0
- package/lib/components/Counter/index.d.ts +14 -0
- package/lib/components/Counter/index.js +49 -0
- package/lib/components/DetailUpdater/DetailUpdater.stories.d.ts +20 -0
- package/lib/components/DetailUpdater/index.d.ts +18 -0
- package/lib/components/DetailUpdater/index.js +63 -0
- package/lib/components/Dialog/Dialog.stories.d.ts +15 -0
- package/lib/components/Dialog/index.d.ts +12 -0
- package/lib/components/Dialog/index.js +16 -0
- package/lib/components/Dropdown/Dropdown.stories.d.ts +17 -0
- package/lib/components/Dropdown/index.d.ts +13 -0
- package/lib/components/Dropdown/index.js +66 -0
- package/lib/components/Dropdown/utils.d.ts +1 -0
- package/lib/components/Dropdown/utils.js +14 -0
- package/lib/components/FileUploader/FilePreview.d.ts +8 -0
- package/lib/components/FileUploader/FileUploader.stories.d.ts +52 -0
- package/lib/components/FileUploader/index.d.ts +15 -0
- package/lib/components/Footer/Footer.stories.d.ts +19 -0
- package/lib/components/Footer/index.d.ts +16 -0
- package/lib/components/Footer/index.js +36 -0
- package/lib/components/FooterNav/FooterNav.stories.d.ts +22 -0
- package/lib/components/FooterNav/index.d.ts +15 -0
- package/lib/components/FooterNav/index.js +38 -0
- package/lib/components/Form/Form.stories.d.ts +117 -0
- package/lib/components/Form/index.d.ts +13 -0
- package/lib/components/Form/index.js +17 -0
- package/lib/components/Gallery/Gallery.stories.d.ts +16 -0
- package/lib/components/Gallery/index.d.ts +7 -0
- package/lib/components/Greeting/Greeting.stories.d.ts +13 -0
- package/lib/components/Greeting/index.d.ts +7 -0
- package/lib/components/Greeting/index.js +20 -0
- package/lib/components/HamburgerIcon/HamburgerIcon.stories.d.ts +10 -0
- package/lib/components/HamburgerIcon/index.d.ts +2 -0
- package/lib/components/HamburgerIcon/index.js +78 -0
- package/lib/components/Icon/Icon.stories.d.ts +16 -0
- package/lib/components/Icon/index.d.ts +10 -0
- package/lib/components/Icon/index.js +23 -0
- package/lib/components/Image/Image.stories.d.ts +13 -0
- package/lib/components/Image/index.d.ts +5 -0
- package/lib/components/Image/index.js +17 -0
- package/lib/components/ImageCard/ImageCard.stories.d.ts +19 -0
- package/lib/components/ImageCard/index.d.ts +11 -0
- package/lib/components/ImageCard/index.js +32 -0
- package/lib/components/Input/Input.stories.d.ts +22 -0
- package/lib/components/Input/index.d.ts +33 -0
- package/lib/components/Input/index.js +83 -0
- package/lib/components/MenuButton/MenuButton.stories.d.ts +76 -0
- package/lib/components/MenuButton/index.d.ts +14 -0
- package/lib/components/MenuButton/index.js +56 -0
- package/lib/components/Modal/Modal.stories.d.ts +67 -0
- package/lib/components/Modal/index.d.ts +10 -0
- package/lib/components/Modal/index.js +45 -0
- package/lib/components/Nav/Nav.stories.d.ts +32 -0
- package/lib/components/Nav/index.d.ts +21 -0
- package/lib/components/Nav/index.js +82 -0
- package/lib/components/NavItem/NavItem.stories.d.ts +18 -0
- package/lib/components/NavItem/index.d.ts +8 -0
- package/lib/components/NavItem/index.js +24 -0
- package/lib/components/Pill/Pill.stories.d.ts +22 -0
- package/lib/components/Pill/index.d.ts +17 -0
- package/lib/components/Pill/index.js +31 -0
- package/lib/components/Search/Search.stories.d.ts +86 -0
- package/lib/components/Search/index.d.ts +12 -0
- package/lib/components/Search/index.js +42 -0
- package/lib/components/Select/Select.stories.d.ts +56 -0
- package/lib/components/Select/index.d.ts +11 -0
- package/lib/components/Select/index.js +68 -0
- package/lib/components/Showcase/Showcase.stories.d.ts +55 -0
- package/lib/components/Showcase/index.d.ts +15 -0
- package/lib/components/SideNav/SideNav.stories.d.ts +80 -0
- package/lib/components/SideNav/index.d.ts +12 -0
- package/lib/components/SocialButton/SocialButton.stories.d.ts +130 -0
- package/lib/components/SocialButton/index.d.ts +12 -0
- package/lib/components/SplitCard/SplitCard.stories.d.ts +21 -0
- package/lib/components/SplitCard/index.d.ts +14 -0
- package/lib/components/Stars/Star.stories.d.ts +14 -0
- package/lib/components/Stars/index.d.ts +8 -0
- package/lib/components/Stars/index.js +22 -0
- package/lib/components/Testimonial/Testimonial.stories.d.ts +21 -0
- package/lib/components/Testimonial/index.d.ts +13 -0
- package/lib/components/Testimonial/index.js +42 -0
- package/lib/components/TextArea/TextArea.stories.d.ts +21 -0
- package/lib/components/TextArea/index.d.ts +33 -0
- package/lib/components/TextArea/index.js +76 -0
- package/lib/components/Timeline/Timeline.stories.d.ts +21 -0
- package/lib/components/Timeline/index.d.ts +11 -0
- package/lib/components/Timeline/index.js +31 -0
- package/lib/components/Tubestops/Tubestops.stories.d.ts +19 -0
- package/lib/components/Tubestops/index.d.ts +15 -0
- package/lib/components/Tubestops/index.js +77 -0
- package/lib/components/Video/Video.stories.d.ts +23 -0
- package/lib/components/Video/index.d.ts +18 -0
- package/lib/components/Video/index.js +32 -0
- package/{src/components/index.ts → lib/components/index.d.ts} +35 -71
- package/lib/documentation/assets/index.d.ts +3 -0
- package/lib/documentation/typography/Fonts/Fonts.d.ts +2 -0
- package/lib/documentation/typography/Fonts/Fonts.stories.d.ts +10 -0
- package/lib/index.js +72 -0
- package/lib/node_modules/keen-slider/keen-slider.min.css.js +1 -0
- package/lib/node_modules/keen-slider/react.js +591 -0
- package/lib/style.css +1 -0
- package/lib/utils/controls.d.ts +36 -0
- package/lib/utils/matchMedia.d.ts +2 -0
- package/lib/utils/screens.d.ts +7 -0
- package/package.json +4 -1
- package/.eslintrc.cjs +0 -72
- package/.husky/pre-commit +0 -4
- package/.prettierignore +0 -10
- package/.prettierrc.json +0 -22
- package/postcss.config.js +0 -8
- package/src/components/Accordion/Accordion.stories.tsx +0 -39
- package/src/components/Accordion/const.tsx +0 -34
- package/src/components/Accordion/index.tsx +0 -22
- package/src/components/AlertBar/AlertBar.stories.tsx +0 -89
- package/src/components/AlertBar/index.tsx +0 -82
- package/src/components/Avatar/Avatar.stories.tsx +0 -14
- package/src/components/Avatar/index.tsx +0 -492
- package/src/components/Breadcrumbs/Breadcrumbs.stories.tsx +0 -29
- package/src/components/Breadcrumbs/index.tsx +0 -89
- package/src/components/Button/Button.stories.tsx +0 -24
- package/src/components/Button/index.tsx +0 -59
- package/src/components/Calendar/Calendar.stories.tsx +0 -21
- package/src/components/Calendar/index.tsx +0 -92
- package/src/components/Calendar/style.css +0 -233
- package/src/components/Card/Card.stories.tsx +0 -14
- package/src/components/Card/index.tsx +0 -39
- package/src/components/Carousel/Carousel.stories.tsx +0 -44
- package/src/components/Carousel/index.tsx +0 -301
- package/src/components/Carousel/utils.ts +0 -53
- package/src/components/CarouselThumbnail/CarouselThumbnail.stories.tsx +0 -29
- package/src/components/CarouselThumbnail/const.ts +0 -17
- package/src/components/CarouselThumbnail/index.tsx +0 -169
- package/src/components/CarouselThumbnail/utils.ts +0 -87
- package/src/components/Checkbox/Checkbox.mdx +0 -33
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -27
- package/src/components/Checkbox/index.tsx +0 -44
- package/src/components/Collapsible/Collapsible.stories.tsx +0 -67
- package/src/components/Collapsible/index.tsx +0 -169
- package/src/components/Counter/Counter.stories.tsx +0 -20
- package/src/components/Counter/index.tsx +0 -98
- package/src/components/DetailUpdater/DetailUpdater.stories.tsx +0 -37
- package/src/components/DetailUpdater/index.tsx +0 -107
- package/src/components/Dialog/Dialog.stories.tsx +0 -65
- package/src/components/Dialog/index.tsx +0 -29
- package/src/components/Dropdown/Dropdown.stories.tsx +0 -22
- package/src/components/Dropdown/index.tsx +0 -117
- package/src/components/Dropdown/utils.ts +0 -15
- package/src/components/FileUploader/FilePreview.tsx +0 -45
- package/src/components/FileUploader/FileUploader.stories.tsx +0 -28
- package/src/components/FileUploader/index.tsx +0 -177
- package/src/components/Footer/Footer.stories.tsx +0 -47
- package/src/components/Footer/index.tsx +0 -96
- package/src/components/FooterNav/FooterNav.stories.tsx +0 -32
- package/src/components/FooterNav/index.tsx +0 -75
- package/src/components/Form/Form.stories.tsx +0 -86
- package/src/components/Form/index.tsx +0 -41
- package/src/components/Gallery/Gallery.stories.tsx +0 -39
- package/src/components/Gallery/index.tsx +0 -31
- package/src/components/Greeting/Greeting.stories.tsx +0 -16
- package/src/components/Greeting/index.tsx +0 -49
- package/src/components/HamburgerIcon/HamburgerIcon.stories.tsx +0 -14
- package/src/components/HamburgerIcon/index.tsx +0 -75
- package/src/components/Icon/Icon.stories.tsx +0 -41
- package/src/components/Icon/index.tsx +0 -33
- package/src/components/Image/Image.stories.tsx +0 -17
- package/src/components/Image/index.tsx +0 -25
- package/src/components/ImageCard/ImageCard.stories.tsx +0 -29
- package/src/components/ImageCard/index.tsx +0 -75
- package/src/components/Input/Input.stories.tsx +0 -25
- package/src/components/Input/index.tsx +0 -139
- package/src/components/MenuButton/MenuButton.stories.tsx +0 -46
- package/src/components/MenuButton/index.tsx +0 -66
- package/src/components/Modal/Modal.stories.tsx +0 -82
- package/src/components/Modal/index.tsx +0 -71
- package/src/components/Nav/Nav.stories.tsx +0 -80
- package/src/components/Nav/index.tsx +0 -171
- package/src/components/NavItem/NavItem.stories.tsx +0 -17
- package/src/components/NavItem/index.tsx +0 -39
- package/src/components/Pill/Pill.stories.tsx +0 -51
- package/src/components/Pill/index.tsx +0 -69
- package/src/components/Search/Search.stories.tsx +0 -63
- package/src/components/Search/index.tsx +0 -64
- package/src/components/Select/Select.stories.tsx +0 -55
- package/src/components/Select/index.tsx +0 -97
- package/src/components/Showcase/Showcase.stories.tsx +0 -31
- package/src/components/Showcase/index.tsx +0 -62
- package/src/components/SideNav/SideNav.stories.tsx +0 -50
- package/src/components/SideNav/index.tsx +0 -39
- package/src/components/SocialButton/SocialButton.stories.tsx +0 -88
- package/src/components/SocialButton/index.tsx +0 -63
- package/src/components/SplitCard/SplitCard.stories.tsx +0 -34
- package/src/components/SplitCard/index.tsx +0 -132
- package/src/components/Stars/Star.stories.tsx +0 -18
- package/src/components/Stars/index.tsx +0 -38
- package/src/components/Testimonial/Testimonial.stories.tsx +0 -37
- package/src/components/Testimonial/index.tsx +0 -123
- package/src/components/TextArea/TextArea.stories.tsx +0 -24
- package/src/components/TextArea/index.tsx +0 -133
- package/src/components/Timeline/Timeline.stories.tsx +0 -45
- package/src/components/Timeline/index.tsx +0 -65
- package/src/components/Tubestops/Tubestops.stories.tsx +0 -22
- package/src/components/Tubestops/index.tsx +0 -132
- package/src/components/Video/Video.stories.tsx +0 -58
- package/src/components/Video/assets/example.mp4 +0 -0
- package/src/components/Video/assets/example.ogv +0 -0
- package/src/components/Video/assets/example.webm +0 -0
- package/src/components/Video/index.tsx +0 -92
- package/src/custom.d.ts +0 -14
- package/src/documentation/Colours.mdx +0 -192
- package/src/documentation/Introduction.mdx +0 -13
- package/src/documentation/assets/index.ts +0 -3
- package/src/documentation/assets/trepurComponentsLogo.svg +0 -32
- package/src/documentation/typography/Fonts/Fonts.stories.tsx +0 -14
- package/src/documentation/typography/Fonts/Fonts.tsx +0 -73
- package/src/fonts/Sora/OFL.txt +0 -93
- package/src/fonts/Sora/README.txt +0 -70
- package/src/fonts/Sora/Sora-VariableFont_wght.ttf +0 -0
- package/src/fonts/Sora/static/Sora-Bold.ttf +0 -0
- package/src/fonts/Sora/static/Sora-ExtraBold.ttf +0 -0
- package/src/fonts/Sora/static/Sora-ExtraLight.ttf +0 -0
- package/src/fonts/Sora/static/Sora-Light.ttf +0 -0
- package/src/fonts/Sora/static/Sora-Medium.ttf +0 -0
- package/src/fonts/Sora/static/Sora-Regular.ttf +0 -0
- package/src/fonts/Sora/static/Sora-SemiBold.ttf +0 -0
- package/src/fonts/Sora/static/Sora-Thin.ttf +0 -0
- package/src/utils/controls.ts +0 -44
- package/src/utils/matchMedia.ts +0 -9
- package/src/utils/screens.ts +0 -7
- package/tailwind.config.ts +0 -13
- package/tsconfig.json +0 -49
- package/tsconfig.node.json +0 -12
- package/vite.config.mjs +0 -64
- /package/{src/index.ts → lib/index.d.ts} +0 -0
- /package/{src → lib}/styles/global.css +0 -0
- /package/{src → lib}/styles/themes/local.css +0 -0
- /package/{src → lib}/styles/themes/test.css +0 -0
- /package/{tailwind → lib/tailwind}/boxShadow.ts +0 -0
- /package/{tailwind → lib/tailwind}/colors.ts +0 -0
- /package/{tailwind → lib/tailwind}/container.ts +0 -0
- /package/{tailwind → lib/tailwind}/preset.ts +0 -0
- /package/{tailwind → lib/tailwind}/spacing.ts +0 -0
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { idAndClassName } from '@utils/controls';
|
|
3
|
-
|
|
4
|
-
import { Form } from '.';
|
|
5
|
-
|
|
6
|
-
const meta = {
|
|
7
|
-
title: 'Components/Form',
|
|
8
|
-
component: Form,
|
|
9
|
-
argTypes: {
|
|
10
|
-
...idAndClassName,
|
|
11
|
-
title: {
|
|
12
|
-
type: { name: 'string', required: false },
|
|
13
|
-
description: 'The title to display on the component',
|
|
14
|
-
table: {
|
|
15
|
-
type: { summary: 'string' },
|
|
16
|
-
defaultValue: { summary: 'undefined' },
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
onSubmit: {
|
|
20
|
-
type: { name: 'function', required: false },
|
|
21
|
-
description: 'The action to perform when submitting the component',
|
|
22
|
-
action: 'onClick',
|
|
23
|
-
table: {
|
|
24
|
-
type: {
|
|
25
|
-
summary: 'function',
|
|
26
|
-
},
|
|
27
|
-
defaultValue: { summary: 'undefined' },
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
ref: {
|
|
31
|
-
type: { name: 'other', value: 'RefObject<TouchableOpacity>' },
|
|
32
|
-
description: 'An ref for highlighting the current element',
|
|
33
|
-
table: {
|
|
34
|
-
type: {
|
|
35
|
-
summary: 'object',
|
|
36
|
-
},
|
|
37
|
-
defaultValue: { summary: 'undefined' },
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
components: {
|
|
41
|
-
description: 'An array of component objects to pass to the component',
|
|
42
|
-
control: 'array',
|
|
43
|
-
table: {
|
|
44
|
-
type: {
|
|
45
|
-
summary: 'array',
|
|
46
|
-
},
|
|
47
|
-
defaultValue: { summary: 'undefined' },
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
args: {
|
|
52
|
-
components: [
|
|
53
|
-
{
|
|
54
|
-
htmlType: 'Input',
|
|
55
|
-
label: 'This is a label',
|
|
56
|
-
placeholder: 'This is a placeholder',
|
|
57
|
-
children: 'Submit',
|
|
58
|
-
className: 'mb-4',
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
htmlType: 'Input',
|
|
62
|
-
label: 'This is a label',
|
|
63
|
-
placeholder: 'This is a placeholder',
|
|
64
|
-
children: 'Submit',
|
|
65
|
-
className: 'mb-4',
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
htmlType: 'Input',
|
|
69
|
-
label: 'This is a label',
|
|
70
|
-
placeholder: 'This is a placeholder',
|
|
71
|
-
children: 'Submit',
|
|
72
|
-
className: 'mb-4',
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
htmlType: 'Button',
|
|
76
|
-
children: 'Submit',
|
|
77
|
-
},
|
|
78
|
-
],
|
|
79
|
-
},
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
export default meta;
|
|
83
|
-
|
|
84
|
-
type Story = StoryObj<typeof Form>;
|
|
85
|
-
|
|
86
|
-
export const Default: Story = {};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Button, ButtonProps } from '@components/Button';
|
|
2
|
-
import { Input, InputContextProps } from '@components/Input';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
|
|
5
|
-
import { Card } from '..';
|
|
6
|
-
|
|
7
|
-
export interface Props {
|
|
8
|
-
id?: string;
|
|
9
|
-
className?: string;
|
|
10
|
-
onSubmit?: () => void;
|
|
11
|
-
ref?: string;
|
|
12
|
-
components?: Array<InputContextProps & ButtonProps & { htmlType: string }>;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export const Form = ({ id, className, onSubmit, ref, components }: Props) => {
|
|
16
|
-
return (
|
|
17
|
-
<Card>
|
|
18
|
-
<form id={id} ref={ref} className={className} onSubmit={onSubmit}>
|
|
19
|
-
{components?.map((component, i) => {
|
|
20
|
-
if (component?.htmlType === 'Input') {
|
|
21
|
-
return (
|
|
22
|
-
<Input
|
|
23
|
-
key={`input_${i + 0}`}
|
|
24
|
-
label={component?.label}
|
|
25
|
-
placeholder={component?.placeholder}
|
|
26
|
-
type={component?.type}
|
|
27
|
-
name={component?.name}
|
|
28
|
-
/>
|
|
29
|
-
);
|
|
30
|
-
} else if (component.htmlType === 'Button') {
|
|
31
|
-
return (
|
|
32
|
-
<Button key={`button_${i + 0}`} onClick={component?.onClick}>
|
|
33
|
-
<Button.Label></Button.Label>
|
|
34
|
-
</Button>
|
|
35
|
-
);
|
|
36
|
-
} else return <></>;
|
|
37
|
-
})}
|
|
38
|
-
</form>
|
|
39
|
-
</Card>
|
|
40
|
-
);
|
|
41
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Gallery } from './';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
3
|
-
|
|
4
|
-
const meta = {
|
|
5
|
-
title: 'V2Components/Gallery',
|
|
6
|
-
component: Gallery,
|
|
7
|
-
args: {
|
|
8
|
-
className: 'grid-cols-7',
|
|
9
|
-
children: [
|
|
10
|
-
<Gallery.Item src="https://picsum.photos/200/200" />,
|
|
11
|
-
<Gallery.Item src="https://picsum.photos/201/200" />,
|
|
12
|
-
<Gallery.Item src="https://picsum.photos/202/200" />,
|
|
13
|
-
<Gallery.Item src="https://picsum.photos/203/200" />,
|
|
14
|
-
<Gallery.Item src="https://picsum.photos/204/200" />,
|
|
15
|
-
<Gallery.Item src="https://picsum.photos/205/200" />,
|
|
16
|
-
<Gallery.Item src="https://picsum.photos/206/200" />,
|
|
17
|
-
<Gallery.Item src="https://picsum.photos/207/200" />,
|
|
18
|
-
<Gallery.Item src="https://picsum.photos/208/200" />,
|
|
19
|
-
<Gallery.Item src="https://picsum.photos/209/200" />,
|
|
20
|
-
<Gallery.Item src="https://picsum.photos/210/200" />,
|
|
21
|
-
<Gallery.Item src="https://picsum.photos/200/201" />,
|
|
22
|
-
<Gallery.Item src="https://picsum.photos/200/202" />,
|
|
23
|
-
<Gallery.Item src="https://picsum.photos/200/203" />,
|
|
24
|
-
<Gallery.Item src="https://picsum.photos/200/204" />,
|
|
25
|
-
<Gallery.Item src="https://picsum.photos/200/205" />,
|
|
26
|
-
<Gallery.Item src="https://picsum.photos/200/206" />,
|
|
27
|
-
<Gallery.Item src="https://picsum.photos/200/207" />,
|
|
28
|
-
<Gallery.Item src="https://picsum.photos/200/208" />,
|
|
29
|
-
<Gallery.Item src="https://picsum.photos/200/209" />,
|
|
30
|
-
<Gallery.Item src="https://picsum.photos/200/210" />,
|
|
31
|
-
],
|
|
32
|
-
},
|
|
33
|
-
} satisfies Meta<typeof Gallery>;
|
|
34
|
-
|
|
35
|
-
export default meta;
|
|
36
|
-
|
|
37
|
-
type Story = StoryObj<typeof Gallery>;
|
|
38
|
-
|
|
39
|
-
export const Default: Story = {};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { forwardRef, HTMLAttributes } from 'react';
|
|
2
|
-
|
|
3
|
-
import { Image, ImageProps } from '@components/Image';
|
|
4
|
-
import clsx from 'clsx';
|
|
5
|
-
|
|
6
|
-
const GalleryComponent = forwardRef<
|
|
7
|
-
HTMLDivElement,
|
|
8
|
-
HTMLAttributes<HTMLDivElement>
|
|
9
|
-
>(({ className, children, ...props }, ref) => {
|
|
10
|
-
return (
|
|
11
|
-
<div className={clsx('grid', className)} ref={ref} {...props}>
|
|
12
|
-
{children}
|
|
13
|
-
</div>
|
|
14
|
-
);
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
const GalleryItem = forwardRef<
|
|
18
|
-
HTMLDivElement,
|
|
19
|
-
HTMLAttributes<HTMLDivElement> & ImageProps
|
|
20
|
-
>(({ src }) => {
|
|
21
|
-
return <Image className="aspect-square w-full" src={src} />;
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
GalleryComponent.displayName = 'Gallery';
|
|
25
|
-
GalleryItem.displayName = 'Gallery.Item';
|
|
26
|
-
|
|
27
|
-
const Gallery = Object.assign(GalleryComponent, {
|
|
28
|
-
Item: GalleryItem,
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
export { Gallery };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Greeting } from './';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
3
|
-
|
|
4
|
-
const meta = {
|
|
5
|
-
title: 'V2Components/Greeting',
|
|
6
|
-
component: Greeting,
|
|
7
|
-
args: {
|
|
8
|
-
morningMessage: 'What a beautiful morning it is today',
|
|
9
|
-
},
|
|
10
|
-
} satisfies Meta<typeof Greeting>;
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
|
|
14
|
-
type Story = StoryObj<typeof Greeting>;
|
|
15
|
-
|
|
16
|
-
export const Default: Story = {};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { forwardRef, HTMLAttributes } from 'react';
|
|
2
|
-
|
|
3
|
-
import { DateTime } from 'luxon';
|
|
4
|
-
|
|
5
|
-
export interface GreetingProps {
|
|
6
|
-
morningMessage?: string;
|
|
7
|
-
afternoonMessage?: string;
|
|
8
|
-
eveningMessage?: string;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
const GreetingComponent = forwardRef<
|
|
12
|
-
HTMLDivElement,
|
|
13
|
-
HTMLAttributes<HTMLParagraphElement> & GreetingProps
|
|
14
|
-
>(
|
|
15
|
-
(
|
|
16
|
-
{
|
|
17
|
-
morningMessage = 'Good morning',
|
|
18
|
-
afternoonMessage = 'Good afternoon',
|
|
19
|
-
eveningMessage = 'Good evening',
|
|
20
|
-
...props
|
|
21
|
-
},
|
|
22
|
-
ref,
|
|
23
|
-
) => {
|
|
24
|
-
const now = DateTime.now();
|
|
25
|
-
const midday = DateTime.now().set({ hour: 12, minute: 0, second: 0 });
|
|
26
|
-
const evening = DateTime.now().set({ hour: 17, minute: 0, second: 0 });
|
|
27
|
-
|
|
28
|
-
let message = '';
|
|
29
|
-
if (now < midday) {
|
|
30
|
-
message = morningMessage;
|
|
31
|
-
} else if (now >= midday && now < evening) {
|
|
32
|
-
message = afternoonMessage;
|
|
33
|
-
} else if (now >= evening) {
|
|
34
|
-
message = eveningMessage;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
return (
|
|
38
|
-
<p {...props} ref={ref}>
|
|
39
|
-
{message}
|
|
40
|
-
</p>
|
|
41
|
-
);
|
|
42
|
-
},
|
|
43
|
-
);
|
|
44
|
-
|
|
45
|
-
GreetingComponent.displayName = 'Greeting';
|
|
46
|
-
|
|
47
|
-
const Greeting = Object.assign(GreetingComponent);
|
|
48
|
-
|
|
49
|
-
export { Greeting };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
import { HamburgerIcon } from '.';
|
|
4
|
-
|
|
5
|
-
const meta = {
|
|
6
|
-
title: 'V2Components/Hamburger Icon',
|
|
7
|
-
component: HamburgerIcon,
|
|
8
|
-
} satisfies Meta<typeof HamburgerIcon>;
|
|
9
|
-
|
|
10
|
-
export default meta;
|
|
11
|
-
|
|
12
|
-
type Story = StoryObj<typeof HamburgerIcon>;
|
|
13
|
-
|
|
14
|
-
export const Default: Story = {};
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { forwardRef, HTMLAttributes, useState } from 'react';
|
|
2
|
-
|
|
3
|
-
import { Button, ButtonProps } from '@components/Button';
|
|
4
|
-
import clsx from 'clsx';
|
|
5
|
-
|
|
6
|
-
const HamburgerIconComponent = forwardRef<
|
|
7
|
-
HTMLButtonElement,
|
|
8
|
-
HTMLAttributes<HTMLButtonElement> & ButtonProps
|
|
9
|
-
>(({ className, onClick, variant = 'ghost' }, ref) => {
|
|
10
|
-
const [opened, setOpened] = useState(false);
|
|
11
|
-
|
|
12
|
-
const toggleOpened = (e: any): void => {
|
|
13
|
-
setOpened(!opened);
|
|
14
|
-
onClick?.(e);
|
|
15
|
-
};
|
|
16
|
-
return (
|
|
17
|
-
<Button
|
|
18
|
-
className={clsx('stroke-white', className)}
|
|
19
|
-
ref={ref}
|
|
20
|
-
onClick={(e) => {
|
|
21
|
-
toggleOpened(e);
|
|
22
|
-
}}
|
|
23
|
-
variant={variant}
|
|
24
|
-
>
|
|
25
|
-
<svg
|
|
26
|
-
className={clsx(
|
|
27
|
-
'transition-backgroundColor mx-auto transform overflow-visible duration-500',
|
|
28
|
-
{
|
|
29
|
-
'fill-button-primary-text': variant === 'primary',
|
|
30
|
-
'fill-button-secondary-text': variant === 'secondary',
|
|
31
|
-
'fill-button-ghost-text': variant === 'ghost',
|
|
32
|
-
},
|
|
33
|
-
)}
|
|
34
|
-
width="24"
|
|
35
|
-
height="24"
|
|
36
|
-
viewBox="0 0 24 15"
|
|
37
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
38
|
-
>
|
|
39
|
-
<path
|
|
40
|
-
className={clsx(
|
|
41
|
-
'origin-top-left transition-transform duration-200 ease-linear',
|
|
42
|
-
{
|
|
43
|
-
'origin-top-left -translate-y-0.5 translate-x-1 rotate-45':
|
|
44
|
-
opened,
|
|
45
|
-
},
|
|
46
|
-
)}
|
|
47
|
-
d="M0 1.5C0 0.947715 0.447715 0.5 1 0.5H21C21.5523 0.5 22 0.947715 22 1.5C22 2.05228 21.5523 2.5 21 2.5H1C0.447716 2.5 0 2.05228 0 1.5Z"
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
className={clsx('transition-opacity duration-200 ease-linear', {
|
|
51
|
-
'opacity-0': opened,
|
|
52
|
-
'opacity-100': !opened,
|
|
53
|
-
})}
|
|
54
|
-
d="M0 7.5C0 6.94772 0.447715 6.5 1 6.5H21C21.5523 6.5 22 6.94772 22 7.5C22 8.05228 21.5523 8.5 21 8.5H1C0.447716 8.5 0 8.05228 0 7.5Z"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
className={clsx(
|
|
58
|
-
'origin-bottom-left transition-transform duration-200 ease-linear',
|
|
59
|
-
{
|
|
60
|
-
'origin-bottom-left translate-x-1 translate-y-px -rotate-45':
|
|
61
|
-
opened,
|
|
62
|
-
},
|
|
63
|
-
)}
|
|
64
|
-
d="M0 13.5C0 12.9477 0.447715 12.5 1 12.5H21C21.5523 12.5 22 12.9477 22 13.5C22 14.0523 21.5523 14.5 21 14.5H1C0.447716 14.5 0 14.0523 0 13.5Z"
|
|
65
|
-
/>
|
|
66
|
-
</svg>
|
|
67
|
-
</Button>
|
|
68
|
-
);
|
|
69
|
-
});
|
|
70
|
-
|
|
71
|
-
HamburgerIconComponent.displayName = 'HamburgerIcon';
|
|
72
|
-
|
|
73
|
-
const HamburgerIcon = Object.assign(HamburgerIconComponent);
|
|
74
|
-
|
|
75
|
-
export { HamburgerIcon };
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Icon } from './';
|
|
2
|
-
import { faHeart, faSpinner } from '@fortawesome/fontawesome-free-solid';
|
|
3
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
4
|
-
|
|
5
|
-
const meta = {
|
|
6
|
-
title: 'V2Components/Icon',
|
|
7
|
-
component: Icon,
|
|
8
|
-
args: {
|
|
9
|
-
icon: faHeart,
|
|
10
|
-
},
|
|
11
|
-
} satisfies Meta<typeof Icon>;
|
|
12
|
-
|
|
13
|
-
export default meta;
|
|
14
|
-
|
|
15
|
-
type Story = StoryObj<typeof Icon>;
|
|
16
|
-
|
|
17
|
-
export const Default: Story = {};
|
|
18
|
-
|
|
19
|
-
export const Colour: Story = {
|
|
20
|
-
...Default,
|
|
21
|
-
args: {
|
|
22
|
-
...Default.args,
|
|
23
|
-
className: 'text-error-light',
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
export const Size: Story = {
|
|
28
|
-
...Default,
|
|
29
|
-
args: {
|
|
30
|
-
...Default.args,
|
|
31
|
-
size: '2x',
|
|
32
|
-
},
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
export const Annimation: Story = {
|
|
36
|
-
...Default,
|
|
37
|
-
args: {
|
|
38
|
-
icon: faSpinner,
|
|
39
|
-
className: 'animate-spin',
|
|
40
|
-
},
|
|
41
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { forwardRef } from 'react';
|
|
2
|
-
|
|
3
|
-
import { IconDefinition } from '@fortawesome/fontawesome-free-solid';
|
|
4
|
-
import { IconProp, SizeProp } from '@fortawesome/fontawesome-svg-core';
|
|
5
|
-
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
|
6
|
-
|
|
7
|
-
export interface IconProps {
|
|
8
|
-
className?: string;
|
|
9
|
-
icon: IconProp | IconDefinition;
|
|
10
|
-
size: SizeProp;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const IconComponent = forwardRef(
|
|
14
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
15
|
-
const { className, size, icon, ...rest } = props;
|
|
16
|
-
|
|
17
|
-
return (
|
|
18
|
-
<FontAwesomeIcon
|
|
19
|
-
className={className}
|
|
20
|
-
ref={ref}
|
|
21
|
-
icon={icon as IconProp}
|
|
22
|
-
size={size}
|
|
23
|
-
{...rest}
|
|
24
|
-
/>
|
|
25
|
-
);
|
|
26
|
-
},
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
IconComponent.displayName = 'Icon';
|
|
30
|
-
|
|
31
|
-
const Icon = Object.assign(IconComponent);
|
|
32
|
-
|
|
33
|
-
export { Icon };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
import { Image } from '.';
|
|
4
|
-
|
|
5
|
-
const meta = {
|
|
6
|
-
title: 'V2Components/Image',
|
|
7
|
-
component: Image,
|
|
8
|
-
args: {
|
|
9
|
-
src: 'https://picsum.photos/400/400',
|
|
10
|
-
},
|
|
11
|
-
} satisfies Meta<typeof Image>;
|
|
12
|
-
|
|
13
|
-
export default meta;
|
|
14
|
-
|
|
15
|
-
type Story = StoryObj<typeof Image>;
|
|
16
|
-
|
|
17
|
-
export const Default: Story = {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { forwardRef, HTMLAttributes } from 'react';
|
|
2
|
-
|
|
3
|
-
import clsx from 'clsx';
|
|
4
|
-
|
|
5
|
-
export interface ImageProps {
|
|
6
|
-
src: string;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
const ImageComponent = forwardRef<
|
|
10
|
-
HTMLImageElement,
|
|
11
|
-
HTMLAttributes<HTMLImageElement> & ImageProps
|
|
12
|
-
>(({ className, src, ...props }, ref) => (
|
|
13
|
-
<img
|
|
14
|
-
className={clsx('h-full w-full', className)}
|
|
15
|
-
ref={ref}
|
|
16
|
-
src={src}
|
|
17
|
-
{...props}
|
|
18
|
-
/>
|
|
19
|
-
));
|
|
20
|
-
|
|
21
|
-
ImageComponent.displayName = 'Image';
|
|
22
|
-
|
|
23
|
-
const Image = Object.assign(ImageComponent);
|
|
24
|
-
|
|
25
|
-
export { Image };
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { type Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
import { ImageCard } from '.';
|
|
4
|
-
|
|
5
|
-
const meta = {
|
|
6
|
-
title: 'V2Components/ImageCard',
|
|
7
|
-
component: ImageCard,
|
|
8
|
-
args: {
|
|
9
|
-
children: [
|
|
10
|
-
<ImageCard.Image src="https://picsum.photos/500/300" />,
|
|
11
|
-
<ImageCard.Content>
|
|
12
|
-
<ImageCard.Title>This is a title</ImageCard.Title>
|
|
13
|
-
<ImageCard.Subtitle>This is a subtitle</ImageCard.Subtitle>
|
|
14
|
-
<ImageCard.Text>
|
|
15
|
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque, est
|
|
16
|
-
iusto. Veniam ullam impedit expedita perferendis cumque culpa saepe
|
|
17
|
-
magni velit quia nemo suscipit, reiciendis ad libero, voluptate
|
|
18
|
-
incidunt fugiat?
|
|
19
|
-
</ImageCard.Text>
|
|
20
|
-
</ImageCard.Content>,
|
|
21
|
-
],
|
|
22
|
-
},
|
|
23
|
-
} satisfies Meta<typeof ImageCard>;
|
|
24
|
-
|
|
25
|
-
export default meta;
|
|
26
|
-
|
|
27
|
-
type Story = StoryObj<typeof ImageCard>;
|
|
28
|
-
|
|
29
|
-
export const Default: Story = {};
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { forwardRef, HTMLAttributes } from 'react';
|
|
2
|
-
|
|
3
|
-
import { Image, ImageProps } from '@components/Image';
|
|
4
|
-
import clsx from 'clsx';
|
|
5
|
-
|
|
6
|
-
const ImageCardComponent = forwardRef<
|
|
7
|
-
HTMLDivElement,
|
|
8
|
-
HTMLAttributes<HTMLDivElement>
|
|
9
|
-
>(({ className, children, ...props }, ref) => {
|
|
10
|
-
return (
|
|
11
|
-
<div
|
|
12
|
-
className={clsx(
|
|
13
|
-
'grid max-w-96 overflow-hidden rounded-xl bg-white drop-shadow',
|
|
14
|
-
className,
|
|
15
|
-
)}
|
|
16
|
-
ref={ref}
|
|
17
|
-
{...props}
|
|
18
|
-
>
|
|
19
|
-
{children}
|
|
20
|
-
</div>
|
|
21
|
-
);
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
const ImageCardImage = forwardRef<
|
|
25
|
-
HTMLImageElement,
|
|
26
|
-
HTMLAttributes<ImageProps> & ImageProps
|
|
27
|
-
>(({ src, ...props }) => {
|
|
28
|
-
return (
|
|
29
|
-
<div className="h-64">
|
|
30
|
-
<Image src={src} {...props} />
|
|
31
|
-
</div>
|
|
32
|
-
);
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
const ImageCardContent = forwardRef<
|
|
36
|
-
HTMLDivElement,
|
|
37
|
-
HTMLAttributes<HTMLDivElement>
|
|
38
|
-
>(({ children, ...props }, ref) => (
|
|
39
|
-
<div className="px-2 pb-4 pt-2" ref={ref} {...props}>
|
|
40
|
-
{children}
|
|
41
|
-
</div>
|
|
42
|
-
));
|
|
43
|
-
|
|
44
|
-
const ImageCardTitle = forwardRef<
|
|
45
|
-
HTMLParagraphElement,
|
|
46
|
-
HTMLAttributes<HTMLParagraphElement>
|
|
47
|
-
>(({ ...props }, ref) => <p className="text-lg" ref={ref} {...props} />);
|
|
48
|
-
|
|
49
|
-
const ImageCardSubtitle = forwardRef<
|
|
50
|
-
HTMLParagraphElement,
|
|
51
|
-
HTMLAttributes<HTMLParagraphElement>
|
|
52
|
-
>(({ ...props }, ref) => <p className="text-sm" ref={ref} {...props} />);
|
|
53
|
-
|
|
54
|
-
const ImageCardText = forwardRef<
|
|
55
|
-
HTMLParagraphElement,
|
|
56
|
-
HTMLAttributes<HTMLParagraphElement>
|
|
57
|
-
>(({ ...props }, ref) => <p className="text-md pt-2" ref={ref} {...props} />);
|
|
58
|
-
|
|
59
|
-
ImageCardComponent.displayName = 'ImageCard';
|
|
60
|
-
|
|
61
|
-
ImageCardImage.displayName = 'ImageCard.Image';
|
|
62
|
-
ImageCardTitle.displayName = 'ImageCard.Title';
|
|
63
|
-
ImageCardSubtitle.displayName = 'ImageCard.Subtitle';
|
|
64
|
-
ImageCardContent.displayName = 'ImageCard.Content';
|
|
65
|
-
ImageCardText.displayName = 'ImageCard.Text';
|
|
66
|
-
|
|
67
|
-
const ImageCard = Object.assign(ImageCardComponent, {
|
|
68
|
-
Image: ImageCardImage,
|
|
69
|
-
Content: ImageCardContent,
|
|
70
|
-
Title: ImageCardTitle,
|
|
71
|
-
Subtitle: ImageCardSubtitle,
|
|
72
|
-
Text: ImageCardText,
|
|
73
|
-
});
|
|
74
|
-
|
|
75
|
-
export { ImageCard };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
import { Input } from '.';
|
|
4
|
-
|
|
5
|
-
const meta = {
|
|
6
|
-
title: 'V2Components/Input',
|
|
7
|
-
component: Input,
|
|
8
|
-
args: {
|
|
9
|
-
placeholder: 'This is a placeholder',
|
|
10
|
-
errors: ['tyhj', 'sdfghjk'],
|
|
11
|
-
children: [
|
|
12
|
-
<Input.Item>
|
|
13
|
-
<Input.Label required>This is a label</Input.Label>
|
|
14
|
-
<Input.Box />
|
|
15
|
-
<Input.Validation />
|
|
16
|
-
</Input.Item>,
|
|
17
|
-
],
|
|
18
|
-
},
|
|
19
|
-
} satisfies Meta<typeof Input>;
|
|
20
|
-
|
|
21
|
-
export default meta;
|
|
22
|
-
|
|
23
|
-
type Story = StoryObj<typeof Input>;
|
|
24
|
-
|
|
25
|
-
export const Default: Story = {};
|