@77sol-ui/molecules
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -11,2 +11,4 @@ import * as react from 'react'; | ||
export { SelectItemProps as ISelectItemProps, SelectPortalProps as ISelectPortalProps, SelectProps as ISelectRootProps, SelectValueProps as ISelectValueProps, SelectViewportProps as ISelectViewportProps } from '@radix-ui/react-select'; | ||
import { TabsProps, TabsTriggerProps, TabsContentProps, TabsListProps } from '@radix-ui/react-tabs'; | ||
export { TabsContentProps as ITabContentProps, TabsListProps as ITabListProps, TabsProps as ITabRootProps, TabsTriggerProps as ITabTriggerProps } from '@radix-ui/react-tabs'; | ||
@@ -192,2 +194,9 @@ declare function Root({ children, ...props }: React.ComponentProps<typeof Root$1>): react_jsx_runtime.JSX.Element; | ||
export { AutoComplete, IAutoCompleteContentProps, IAutoCompleteEmptyProps, IAutoCompleteItemProps, IAutoCompleteRootProps, IBackdropProps, IModalIconProps, IModalWrapperProps, ISelectContentProps, ISelectErrorProps, ISelectIconProps, ISelectLabelProps, ISelectTriggerProps, Modal, Select, Table, TableBodyProps, TableCellProps, TableHeadProps, TableHeaderProps, TableRootProps, TableRowProps }; | ||
declare const Tab: { | ||
Root: react.ForwardRefExoticComponent<TabsProps & react.RefAttributes<HTMLDivElement>>; | ||
Trigger: react.ForwardRefExoticComponent<TabsTriggerProps & react.RefAttributes<HTMLButtonElement>>; | ||
Content: react.ForwardRefExoticComponent<TabsContentProps & react.RefAttributes<HTMLDivElement>>; | ||
List: react.ForwardRefExoticComponent<TabsListProps & react.RefAttributes<HTMLDivElement>>; | ||
}; | ||
export { AutoComplete, IAutoCompleteContentProps, IAutoCompleteEmptyProps, IAutoCompleteItemProps, IAutoCompleteRootProps, IBackdropProps, IModalIconProps, IModalWrapperProps, ISelectContentProps, ISelectErrorProps, ISelectIconProps, ISelectLabelProps, ISelectTriggerProps, Modal, Select, Tab, Table, TableBodyProps, TableCellProps, TableHeadProps, TableHeaderProps, TableRootProps, TableRowProps }; |
{ | ||
"name": "@77sol-ui/molecules", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "", | ||
@@ -51,2 +51,3 @@ "main": "./dist/index.js", | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-tabs": "^1.0.4", | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
@@ -53,0 +54,0 @@ "lucide-react": "^0.279.0" |
Sorry, the diff of this file is not supported yet
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
265555
8
7867
+ Added@radix-ui/react-tabs@^1.0.4
+ Added@radix-ui/react-tabs@1.1.2(transitive)