@lotte-innovate/ui-component-test 0.1.70 → 0.1.72

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ export interface HeaderProps extends VariantProps<typeof headerVariants> {
6
6
  }
7
7
  declare let headerVariants: (props?: ({
8
8
  weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
9
- headers?: "h2" | "h3" | "h1" | "h4" | "h5" | "h6" | null | undefined;
9
+ headers?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | null | undefined;
10
10
  color?: string | null | undefined;
11
11
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
12
  export declare const Header: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").HeadingProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
@@ -1,2 +1,3 @@
1
+ export { default as Avatar } from './components/Avatar';
1
2
  export * from './components';
2
3
  export * from './Typography';
package/dist/lib/index.js CHANGED
@@ -1,2 +1,3 @@
1
+ export { default as Avatar } from './components/Avatar';
1
2
  export * from './components';
2
3
  export * from './Typography';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lotte-innovate/ui-component-test",
3
3
  "description": "Lotte UI Library",
4
- "version": "0.1.70",
4
+ "version": "0.1.72",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [