@ef2/react
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ children, className }: import("react").PropsWithChildren<import("./").ButtonGroupProps>) => JSX.Element>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ children, className }: import("react").PropsWithChildren<import(".").ContainerProps>) => JSX.Element>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ className, label, variant, color, screenReader }: import("react").PropsWithChildren<import(".").CopyrightProps>) => JSX.Element>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ variant, color, className, type, ...props }: import(".").FormControlProps) => JSX.Element>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import Modal from '.'; | ||
@@ -3,0 +2,0 @@ import { ComponentStory, ComponentMeta } from '@storybook/react'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ value, onChange, readOnly, classNameActive, classNameEmpty, variant, color, activeIcon, emptyIcon }: import(".").RatingProps) => JSX.Element>; |
@@ -1,2 +0,1 @@ | ||
import 'client-only'; | ||
import { PropsWithChildren } from 'react'; | ||
@@ -3,0 +2,0 @@ import { DeepPartial, Theme } from '../../theme/types'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ theme, lng, i18n, children }: import("react").PropsWithChildren<import(".").ThemeProviderProps>) => JSX.Element>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ checked, onChange, label, variant, color, screenReader }: import(".").ToggleProps) => JSX.Element>; |
@@ -13,3 +13,4 @@ import 'client-only'; | ||
import Rating, { RatingProps } from './components/Rating'; | ||
export type { ButtonProps, RowProps, PartialTheme, Maybe, ModalProps, IconProps, RatingProps, CopyrightProps }; | ||
export { Button, ThemeProvider, Container, Row, Toggle, Copyright, Modal, FormControl, Icon, Rating }; | ||
import ScrollHeader, { ScrollHeaderProps } from './components/ScrollHeader'; | ||
export type { ButtonProps, RowProps, PartialTheme, Maybe, ModalProps, IconProps, RatingProps, CopyrightProps, ScrollHeaderProps }; | ||
export { Button, ThemeProvider, Container, Row, Toggle, Copyright, Modal, FormControl, Icon, Rating, ScrollHeader }; |
{ | ||
"name": "@ef2/react", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.esm.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4710173
77
47685