@bolttech/atoms-tab
Advanced tools
Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "@bolttech/atoms-tab", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"main": "./index.cjs", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
export * from './lib/atoms-tab'; | ||
export { TabProps } from './lib/atoms-tab.type'; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import { TabProps } from './atoms-tab.type'; | ||
export declare function Tab({ id, dataTestId, children, value, disabled, ...props }: TabProps): JSX.Element; | ||
export declare function Tab({ id, dataTestId, children, value, disabled, ...props }: TabProps): import("react/jsx-runtime").JSX.Element; | ||
export default Tab; |
declare const Tab: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; | ||
export { Tab }; |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
202766
4460
35
2