@latte-macchiat-io/latte-vanilla-components 0.0.123 → 0.0.124

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.
@@ -1,7 +1,7 @@
1
1
  import { Theme } from '../../types/theme';
2
2
  export type MainProps = {
3
3
  theme?: Theme;
4
- styles: string;
4
+ className: string;
5
5
  children: React.ReactNode;
6
6
  };
7
- export declare const Main: ({ children, theme, styles }: MainProps) => import("react").JSX.Element;
7
+ export declare const Main: ({ className, children, theme }: MainProps) => import("react").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { StoryObj } from '@storybook/react';
2
2
  declare const meta: {
3
3
  title: string;
4
- component: ({ children, theme, styles }: import('.').MainProps) => import("react").JSX.Element;
4
+ component: ({ className, children, theme }: import('.').MainProps) => import("react").JSX.Element;
5
5
  parameters: {
6
6
  layout: string;
7
7
  };
@@ -15,4 +15,4 @@ export declare const styles: {
15
15
  };
16
16
  };
17
17
  };
18
- export declare const main: string;
18
+ export declare const mainStyle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.123",
3
+ "version": "0.0.124",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",