@latte-macchiat-io/latte-vanilla-components 0.0.176 → 0.0.178
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/package.json +9 -22
- package/src/assets/styles/mediaqueries.tsx +24 -0
- package/src/components/Actions/Actions.tsx +132 -0
- package/src/components/Actions/export.tsx +4 -0
- package/src/components/{Main/stories.ts → Actions/stories.tsx} +14 -13
- package/src/components/Button/Button.tsx +132 -0
- package/src/components/Button/export.tsx +5 -0
- package/src/components/Carousel/Carousel.tsx +328 -0
- package/src/components/Carousel/export.tsx +4 -0
- package/src/components/Columns/Columns.tsx +142 -0
- package/src/components/Columns/export.tsx +5 -0
- package/src/components/ConsentCookie/ConsentCookie.tsx +202 -0
- package/src/components/ConsentCookie/export.tsx +4 -0
- package/src/components/{Icon/stories.ts → ConsentCookie/stories.tsx} +7 -8
- package/src/components/Footer/Footer.tsx +130 -0
- package/src/components/Footer/export.tsx +4 -0
- package/src/components/Footer/stories.tsx +26 -0
- package/src/components/Form/Form.tsx +127 -0
- package/src/components/Form/Row/Row.tsx +137 -0
- package/src/components/Form/Row/stories.tsx +41 -0
- package/src/components/Form/TextField/Input/Input.tsx +139 -0
- package/src/components/Form/TextField/Input/export.tsx +6 -0
- package/src/components/Form/TextField/Label/Label.tsx +133 -0
- package/src/components/Form/TextField/Label/export.tsx +4 -0
- package/src/components/Form/TextField/TextField.tsx +200 -0
- package/src/components/Form/TextField/Textarea/Textarea.tsx +135 -0
- package/src/components/Form/TextField/Textarea/export.tsx +6 -0
- package/src/components/Form/TextField/Textarea/stories.tsx +44 -0
- package/src/components/Form/TextField/export.tsx +4 -0
- package/src/components/Form/export.tsx +4 -0
- package/src/components/Header/Header.tsx +158 -0
- package/src/components/Header/HeaderOverlay/index.tsx +32 -0
- package/src/components/Header/ToggleNav/index.tsx +32 -0
- package/src/components/Header/export.tsx +4 -0
- package/src/components/Header/stories.tsx +26 -0
- package/src/components/Icon/Icon.tsx +159 -0
- package/src/components/Icon/export.tsx +4 -0
- package/src/components/KeyNumber/KeyNumber.tsx +166 -0
- package/src/components/KeyNumber/export.tsx +4 -0
- package/src/components/LanguageSwitcher/LanguageSwitcher.tsx +168 -0
- package/src/components/LanguageSwitcher/export.tsx +4 -0
- package/src/components/Logo/Logo.tsx +137 -0
- package/src/components/Logo/export.tsx +4 -0
- package/src/components/Logo/stories.tsx +28 -0
- package/src/components/Main/Main.tsx +130 -0
- package/src/components/Main/export.tsx +4 -0
- package/src/components/Modal/Modal.tsx +194 -0
- package/src/components/Modal/export.tsx +4 -0
- package/src/components/Modal/types.tsx +5 -0
- package/src/components/Nav/Nav.tsx +129 -0
- package/src/components/Nav/export.tsx +4 -0
- package/src/components/Nav/stories.tsx +28 -0
- package/src/components/NavLegal/NavLegal.tsx +133 -0
- package/src/components/NavLegal/export.tsx +4 -0
- package/src/components/NavLegal/stories.tsx +28 -0
- package/src/components/NavSocial/NavSocial.tsx +169 -0
- package/src/components/NavSocial/export.tsx +5 -0
- package/src/components/{Columns/stories.ts → NavSocial/stories.tsx} +12 -14
- package/src/components/Section/Section.tsx +130 -0
- package/src/components/Section/export.tsx +6 -0
- package/src/components/ToRemove/ToRemove.tsx +3 -0
- package/src/components/Video/Video.tsx +243 -0
- package/src/components/Video/export.tsx +2 -0
- package/src/components/VideoFullWidth/VideoFullWidth.tsx +152 -0
- package/src/components/VideoFullWidth/export.tsx +2 -0
- package/dist/components/Actions/Actions.css.ts +0 -113
- package/dist/components/Button/Button.css.ts +0 -119
- package/dist/components/Carousel/Carousel.css.ts +0 -179
- package/dist/components/Columns/Columns.css.ts +0 -185
- package/dist/components/ConsentCookie/ConsentCookie.css.ts +0 -167
- package/dist/components/Footer/Footer.css.ts +0 -108
- package/dist/components/Form/Form.css.ts +0 -64
- package/dist/components/Form/Row/Row.css.ts +0 -70
- package/dist/components/Form/TextField/Input/Input.css.ts +0 -106
- package/dist/components/Form/TextField/Label/Label.css.ts +0 -58
- package/dist/components/Form/TextField/TextField.css.ts +0 -139
- package/dist/components/Form/TextField/Textarea/Textarea.css.ts +0 -121
- package/dist/components/Header/Header.css.ts +0 -111
- package/dist/components/Header/HeaderOverlay/styles.css.ts +0 -33
- package/dist/components/Header/ToggleNav/styles.css.ts +0 -40
- package/dist/components/Icon/Icon.css.ts +0 -102
- package/dist/components/KeyNumber/KeyNumber.css.ts +0 -158
- package/dist/components/LanguageSwitcher/LanguageSwitcher.css.ts +0 -120
- package/dist/components/Logo/Logo.css.ts +0 -98
- package/dist/components/Main/Main.css.ts +0 -62
- package/dist/components/Modal/Modal.css.ts +0 -203
- package/dist/components/Nav/Nav.css.ts +0 -123
- package/dist/components/NavLegal/NavLegal.css.ts +0 -121
- package/dist/components/NavSocial/NavSocial.css.ts +0 -121
- package/dist/components/Section/Section.css.ts +0 -101
- package/dist/components/Video/Video.css.ts +0 -210
- package/dist/components/VideoFullWidth/VideoFullWidth.css.ts +0 -50
- package/dist/css/index.cjs +0 -1
- package/dist/css/index.js +0 -34
- package/dist/index.cjs.js +0 -2
- package/dist/index.es.js +0 -3863
- package/dist/styles/sprinkles.css.ts +0 -84
- package/dist/theme/contract.css.ts +0 -83
- package/dist/theme.css-CNjMk-g_.cjs +0 -1
- package/dist/theme.css-Dj6kL9o0.js +0 -3020
- package/dist/types/components/Actions/Actions.css.d.ts +0 -74
- package/dist/types/components/Actions/Actions.d.ts +0 -7
- package/dist/types/components/Actions/stories.d.ts +0 -0
- package/dist/types/components/Button/Button.css.d.ts +0 -65
- package/dist/types/components/Button/Button.d.ts +0 -8
- package/dist/types/components/Button/export.d.ts +0 -0
- package/dist/types/components/Button/stories.d.ts +0 -0
- package/dist/types/components/Carousel/Carousel.css.d.ts +0 -33
- package/dist/types/components/Carousel/Carousel.d.ts +0 -15
- package/dist/types/components/Carousel/export.d.ts +0 -0
- package/dist/types/components/Columns/Columns.css.d.ts +0 -104
- package/dist/types/components/Columns/Columns.d.ts +0 -8
- package/dist/types/components/Columns/export.d.ts +0 -0
- package/dist/types/components/Columns/stories.d.ts +0 -0
- package/dist/types/components/ConsentCookie/ConsentCookie.css.d.ts +0 -15
- package/dist/types/components/ConsentCookie/ConsentCookie.d.ts +0 -17
- package/dist/types/components/ConsentCookie/export.d.ts +0 -0
- package/dist/types/components/ConsentCookie/stories.d.ts +0 -0
- package/dist/types/components/Footer/Footer.css.d.ts +0 -50
- package/dist/types/components/Footer/Footer.d.ts +0 -7
- package/dist/types/components/Footer/export.d.ts +0 -0
- package/dist/types/components/Footer/stories.d.ts +0 -6
- package/dist/types/components/Form/Form.css.d.ts +0 -46
- package/dist/types/components/Form/Form.d.ts +0 -7
- package/dist/types/components/Form/Row/Row.css.d.ts +0 -51
- package/dist/types/components/Form/Row/Row.d.ts +0 -9
- package/dist/types/components/Form/Row/index.d.ts +0 -0
- package/dist/types/components/Form/Row/stories.d.ts +0 -0
- package/dist/types/components/Form/TextField/Input/Input.css.d.ts +0 -32
- package/dist/types/components/Form/TextField/Input/Input.d.ts +0 -10
- package/dist/types/components/Form/TextField/Input/export.d.ts +0 -0
- package/dist/types/components/Form/TextField/Label/Label.css.d.ts +0 -23
- package/dist/types/components/Form/TextField/Label/Label.d.ts +0 -9
- package/dist/types/components/Form/TextField/Label/export.d.ts +0 -0
- package/dist/types/components/Form/TextField/TextField.css.d.ts +0 -19
- package/dist/types/components/Form/TextField/TextField.d.ts +0 -21
- package/dist/types/components/Form/TextField/Textarea/Textarea.css.d.ts +0 -56
- package/dist/types/components/Form/TextField/Textarea/Textarea.d.ts +0 -8
- package/dist/types/components/Form/TextField/Textarea/export.d.ts +0 -0
- package/dist/types/components/Form/TextField/Textarea/stories.d.ts +0 -0
- package/dist/types/components/Form/TextField/export.d.ts +0 -0
- package/dist/types/components/Form/export.d.ts +0 -0
- package/dist/types/components/Header/Header.css.d.ts +0 -36
- package/dist/types/components/Header/Header.d.ts +0 -11
- package/dist/types/components/Header/HeaderOverlay/index.d.ts +0 -7
- package/dist/types/components/Header/HeaderOverlay/styles.css.d.ts +0 -5
- package/dist/types/components/Header/ToggleNav/index.d.ts +0 -9
- package/dist/types/components/Header/ToggleNav/styles.css.d.ts +0 -5
- package/dist/types/components/Header/export.d.ts +0 -0
- package/dist/types/components/Header/stories.d.ts +0 -6
- package/dist/types/components/Icon/Icon.css.d.ts +0 -45
- package/dist/types/components/Icon/Icon.d.ts +0 -12
- package/dist/types/components/Icon/export.d.ts +0 -0
- package/dist/types/components/Icon/path.d.ts +0 -19
- package/dist/types/components/Icon/stories.d.ts +0 -0
- package/dist/types/components/KeyNumber/KeyNumber.css.d.ts +0 -40
- package/dist/types/components/KeyNumber/KeyNumber.d.ts +0 -15
- package/dist/types/components/KeyNumber/export.d.ts +0 -0
- package/dist/types/components/LanguageSwitcher/LanguageSwitcher.css.d.ts +0 -18
- package/dist/types/components/LanguageSwitcher/LanguageSwitcher.d.ts +0 -16
- package/dist/types/components/LanguageSwitcher/export.d.ts +0 -0
- package/dist/types/components/Logo/Logo.css.d.ts +0 -54
- package/dist/types/components/Logo/Logo.d.ts +0 -8
- package/dist/types/components/Logo/export.d.ts +0 -0
- package/dist/types/components/Logo/stories.d.ts +0 -6
- package/dist/types/components/Main/Main.css.d.ts +0 -32
- package/dist/types/components/Main/Main.d.ts +0 -7
- package/dist/types/components/Main/export.d.ts +0 -0
- package/dist/types/components/Main/stories.d.ts +0 -0
- package/dist/types/components/Modal/Modal.css.d.ts +0 -82
- package/dist/types/components/Modal/Modal.d.ts +0 -15
- package/dist/types/components/Modal/export.d.ts +0 -0
- package/dist/types/components/Modal/types.d.ts +0 -5
- package/dist/types/components/Nav/Nav.css.d.ts +0 -52
- package/dist/types/components/Nav/Nav.d.ts +0 -7
- package/dist/types/components/Nav/export.d.ts +0 -0
- package/dist/types/components/Nav/stories.d.ts +0 -6
- package/dist/types/components/NavLegal/NavLegal.css.d.ts +0 -57
- package/dist/types/components/NavLegal/NavLegal.d.ts +0 -7
- package/dist/types/components/NavLegal/export.d.ts +0 -0
- package/dist/types/components/NavLegal/stories.d.ts +0 -6
- package/dist/types/components/NavSocial/NavSocial.css.d.ts +0 -30
- package/dist/types/components/NavSocial/NavSocial.d.ts +0 -15
- package/dist/types/components/NavSocial/export.d.ts +0 -0
- package/dist/types/components/NavSocial/stories.d.ts +0 -0
- package/dist/types/components/Section/Section.css.d.ts +0 -60
- package/dist/types/components/Section/Section.d.ts +0 -7
- package/dist/types/components/Section/export.d.ts +0 -0
- package/dist/types/components/Section/stories.d.ts +0 -0
- package/dist/types/components/ToRemove/ToRemove.d.ts +0 -1
- package/dist/types/components/Video/Video.css.d.ts +0 -43
- package/dist/types/components/Video/Video.d.ts +0 -17
- package/dist/types/components/Video/export.d.ts +0 -0
- package/dist/types/components/VideoFullWidth/VideoFullWidth.css.d.ts +0 -18
- package/dist/types/components/VideoFullWidth/VideoFullWidth.d.ts +0 -14
- package/dist/types/components/VideoFullWidth/export.d.ts +0 -0
- package/dist/types/css/index.d.ts +0 -28
- package/dist/types/index.d.ts +0 -58
- package/dist/types/styles/mediaqueries.d.ts +0 -16
- package/dist/types/styles/sprinkles.css.d.ts +0 -3423
- package/dist/types/theme/baseThemeValues.d.ts +0 -158
- package/dist/types/theme/contract.css.d.ts +0 -79
- package/dist/types/theme/index.d.ts +0 -3
- package/dist/types/theme/utils.d.ts +0 -86
- package/dist/types/utils/cookie.d.ts +0 -2
- package/dist/types/utils/deep-merge-objects.d.ts +0 -2
- package/dist/types/utils/theme.css.d.ts +0 -173
- package/dist/types/utils/use-breakpoint-key.d.ts +0 -1
- package/dist/types/utils/use-window-size.d.ts +0 -5
- package/dist/utils/theme.css.ts +0 -129
- package/src/components/Button/stories.ts +0 -127
- package/src/components/Section/stories.ts +0 -64
- package/src/css/index.ts +0 -33
- package/src/themes/dark.ts +0 -3
- package/src/themes/index.ts +0 -5
- package/src/themes/light.ts +0 -3
- /package/{dist/types/components/Actions/export.d.ts → src/components/Form/Row/index.tsx} +0 -0
- /package/{dist/types/components/NavLegal/types.d.ts → src/components/NavLegal/types.tsx} +0 -0
- /package/{dist/types/components/NavSocial/types.d.ts → src/components/NavSocial/types.tsx} +0 -0
@@ -1,127 +0,0 @@
|
|
1
|
-
// import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
// import { fn } from '@storybook/test';
|
3
|
-
|
4
|
-
// import { Button } from './export';
|
5
|
-
// import { Size, Style, Variant } from './types';
|
6
|
-
// import { buttonStyle } from './styles.css';
|
7
|
-
// import { defaultTheme } from '../../assets/styles/default-theme';
|
8
|
-
|
9
|
-
// // More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export
|
10
|
-
// const meta = {
|
11
|
-
// title: 'Latte Components / 3. Buttons / Button',
|
12
|
-
// component: Button,
|
13
|
-
// parameters: {
|
14
|
-
// // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout
|
15
|
-
// layout: 'centered',
|
16
|
-
// },
|
17
|
-
// // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
|
18
|
-
// tags: ['autodocs'],
|
19
|
-
// // More on argTypes: https://storybook.js.org/docs/api/argtypes
|
20
|
-
// argTypes: {},
|
21
|
-
// // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args
|
22
|
-
// args: { onClick: fn() },
|
23
|
-
// } satisfies Meta<typeof Button>;
|
24
|
-
|
25
|
-
// export default meta;
|
26
|
-
// type Story = StoryObj<typeof meta>;
|
27
|
-
|
28
|
-
// // More on writing stories with args: https://storybook.js.org/docs/writing-stories/args
|
29
|
-
// export const Default: Story = {
|
30
|
-
// args: {
|
31
|
-
// children: 'Button',
|
32
|
-
// theme: defaultTheme,
|
33
|
-
// className: buttonStyle,
|
34
|
-
// },
|
35
|
-
// };
|
36
|
-
|
37
|
-
// export const Primary: Story = {
|
38
|
-
// args: {
|
39
|
-
// children: 'Button',
|
40
|
-
// theme: defaultTheme,
|
41
|
-
// className: buttonStyle,
|
42
|
-
// variant: Variant.Primary,
|
43
|
-
// },
|
44
|
-
// };
|
45
|
-
|
46
|
-
// export const StyleOutline: Story = {
|
47
|
-
// args: {
|
48
|
-
// children: 'Button',
|
49
|
-
// theme: defaultTheme,
|
50
|
-
// style: Style.Outline,
|
51
|
-
// className: buttonStyle,
|
52
|
-
// },
|
53
|
-
// };
|
54
|
-
|
55
|
-
// export const Secondary: Story = {
|
56
|
-
// args: {
|
57
|
-
// children: 'Button',
|
58
|
-
// theme: defaultTheme,
|
59
|
-
// className: buttonStyle,
|
60
|
-
// variant: Variant.Secondary,
|
61
|
-
// },
|
62
|
-
// };
|
63
|
-
|
64
|
-
// export const SecondaryOutline: Story = {
|
65
|
-
// args: {
|
66
|
-
// children: 'Button',
|
67
|
-
// theme: defaultTheme,
|
68
|
-
// style: Style.Outline,
|
69
|
-
// className: buttonStyle,
|
70
|
-
// variant: Variant.Secondary,
|
71
|
-
// },
|
72
|
-
// };
|
73
|
-
|
74
|
-
// export const StaticColor: Story = {
|
75
|
-
// args: {
|
76
|
-
// children: 'Button',
|
77
|
-
// theme: defaultTheme,
|
78
|
-
// className: buttonStyle,
|
79
|
-
// staticColor: '#76D1F5',
|
80
|
-
// },
|
81
|
-
// };
|
82
|
-
|
83
|
-
// export const StaticColorOutline: Story = {
|
84
|
-
// args: {
|
85
|
-
// children: 'Button',
|
86
|
-
// theme: defaultTheme,
|
87
|
-
// style: Style.Outline,
|
88
|
-
// className: buttonStyle,
|
89
|
-
// staticColor: '#76D1F5',
|
90
|
-
// },
|
91
|
-
// };
|
92
|
-
|
93
|
-
// export const Disabled: Story = {
|
94
|
-
// args: {
|
95
|
-
// isDisabled: true,
|
96
|
-
// children: 'Button',
|
97
|
-
// theme: defaultTheme,
|
98
|
-
// className: buttonStyle,
|
99
|
-
// },
|
100
|
-
// };
|
101
|
-
|
102
|
-
// export const Pending: Story = {
|
103
|
-
// args: {
|
104
|
-
// isPending: true,
|
105
|
-
// theme: defaultTheme,
|
106
|
-
// children: 'Pending...',
|
107
|
-
// className: buttonStyle,
|
108
|
-
// },
|
109
|
-
// };
|
110
|
-
|
111
|
-
// export const SizeSmall: Story = {
|
112
|
-
// args: {
|
113
|
-
// size: Size.Small,
|
114
|
-
// children: 'Button',
|
115
|
-
// theme: defaultTheme,
|
116
|
-
// className: buttonStyle,
|
117
|
-
// },
|
118
|
-
// };
|
119
|
-
|
120
|
-
// export const SizeLarge: Story = {
|
121
|
-
// args: {
|
122
|
-
// size: Size.Large,
|
123
|
-
// children: 'Button',
|
124
|
-
// theme: defaultTheme,
|
125
|
-
// className: buttonStyle,
|
126
|
-
// },
|
127
|
-
// };
|
@@ -1,64 +0,0 @@
|
|
1
|
-
// import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
// import { defaultTheme } from '@assets/styles/default-theme';
|
3
|
-
// import { Section } from './Section';
|
4
|
-
// import { sectionStyle } from './styles.css';
|
5
|
-
// import { Align } from './types';
|
6
|
-
|
7
|
-
// // More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export
|
8
|
-
// const meta = {
|
9
|
-
// title: 'Latte Components / Layout / Section',
|
10
|
-
// component: Section,
|
11
|
-
// parameters: {
|
12
|
-
// // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout
|
13
|
-
// layout: 'centered',
|
14
|
-
// },
|
15
|
-
// // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
|
16
|
-
// tags: ['autodocs'],
|
17
|
-
// // More on argTypes: https://storybook.js.org/docs/api/argtypes
|
18
|
-
// argTypes: {},
|
19
|
-
// // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args
|
20
|
-
// } satisfies Meta<typeof Section>;
|
21
|
-
|
22
|
-
// export default meta;
|
23
|
-
// type Story = StoryObj<typeof meta>;
|
24
|
-
|
25
|
-
// // More on writing stories with args: https://storybook.js.org/docs/writing-stories/args
|
26
|
-
// export const Default: Story = {
|
27
|
-
// args: {
|
28
|
-
// theme: defaultTheme,
|
29
|
-
// className: sectionStyle,
|
30
|
-
// children:
|
31
|
-
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
|
32
|
-
// },
|
33
|
-
// };
|
34
|
-
|
35
|
-
// export const FullHeight: Story = {
|
36
|
-
// args: {
|
37
|
-
// isFullHeight: true,
|
38
|
-
// theme: defaultTheme,
|
39
|
-
// className: sectionStyle,
|
40
|
-
// children:
|
41
|
-
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
|
42
|
-
// },
|
43
|
-
// };
|
44
|
-
|
45
|
-
// export const AlignCenter: Story = {
|
46
|
-
// args: {
|
47
|
-
// theme: defaultTheme,
|
48
|
-
// align: Align.Center,
|
49
|
-
// className: sectionStyle,
|
50
|
-
// children:
|
51
|
-
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
|
52
|
-
// },
|
53
|
-
// };
|
54
|
-
|
55
|
-
// export const BackgroundColor: Story = {
|
56
|
-
// args: {
|
57
|
-
// isDark: true,
|
58
|
-
// theme: defaultTheme,
|
59
|
-
// backgroundColor: 'red',
|
60
|
-
// className: sectionStyle,
|
61
|
-
// children:
|
62
|
-
// 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
|
63
|
-
// },
|
64
|
-
// };
|
package/src/css/index.ts
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
// CSS-only exports for consuming applications
|
2
|
-
// This enables the pattern: import { themeContract, sprinkles } from 'library/css'
|
3
|
-
|
4
|
-
export { themeContract } from '../theme/contract.css';
|
5
|
-
export { sprinkles, responsiveProperties, type Sprinkles } from '../styles/sprinkles.css';
|
6
|
-
export { createLightTheme, createDarkTheme, type ThemeOverrides } from '../utils/theme.css';
|
7
|
-
|
8
|
-
// Recipe exports from components
|
9
|
-
export { actionsRecipe, type ActionsVariants } from '../components/Actions/Actions.css';
|
10
|
-
export { buttonRecipe, type ButtonVariants } from '../components/Button/Button.css';
|
11
|
-
export { carouselRecipe, type CarouselVariants } from '../components/Carousel/Carousel.css';
|
12
|
-
export { columnsRecipe, type ColumnsVariants } from '../components/Columns/Columns.css';
|
13
|
-
export { consentRecipe, type ConsentCookieVariants } from '../components/ConsentCookie/ConsentCookie.css';
|
14
|
-
export { footerRecipe, type FooterVariants } from '../components/Footer/Footer.css';
|
15
|
-
export { formRecipe, type FormVariants } from '../components/Form/Form.css';
|
16
|
-
export { rowRecipe, type RowVariants } from '../components/Form/Row/Row.css';
|
17
|
-
export { inputRecipe, type InputVariants } from '../components/Form/TextField/Input/Input.css';
|
18
|
-
export { labelRecipe, type LabelVariants } from '../components/Form/TextField/Label/Label.css';
|
19
|
-
export { textFieldRecipe, type TextFieldVariants } from '../components/Form/TextField/TextField.css';
|
20
|
-
export { textareaRecipe, type TextareaVariants } from '../components/Form/TextField/Textarea/Textarea.css';
|
21
|
-
export { headerRecipe, type HeaderVariants } from '../components/Header/Header.css';
|
22
|
-
export { iconRecipe, type IconVariants } from '../components/Icon/Icon.css';
|
23
|
-
export { keyNumberRecipe, type KeyNumberVariants } from '../components/KeyNumber/KeyNumber.css';
|
24
|
-
export { languageSwitcherRecipe, type LanguageSwitcherVariants } from '../components/LanguageSwitcher/LanguageSwitcher.css';
|
25
|
-
export { logoRecipe, type LogoVariants } from '../components/Logo/Logo.css';
|
26
|
-
export { mainRecipe, type MainVariants } from '../components/Main/Main.css';
|
27
|
-
export { modalRecipe, modalContentRecipe, type ModalVariants, type ModalContentVariants } from '../components/Modal/Modal.css';
|
28
|
-
export { navRecipe, type NavVariants } from '../components/Nav/Nav.css';
|
29
|
-
export { navLegalRecipe, type NavLegalVariants } from '../components/NavLegal/NavLegal.css';
|
30
|
-
export { navSocialRecipe, type NavSocialVariants } from '../components/NavSocial/NavSocial.css';
|
31
|
-
export { sectionRecipe, type SectionVariants } from '../components/Section/Section.css';
|
32
|
-
export { videoRecipe, type VideoVariants } from '../components/Video/Video.css';
|
33
|
-
export { videoFullWidthRecipe, type VideoFullWidthVariants } from '../components/VideoFullWidth/VideoFullWidth.css';
|
package/src/themes/dark.ts
DELETED
package/src/themes/index.ts
DELETED
package/src/themes/light.ts
DELETED
File without changes
|
File without changes
|
File without changes
|