@bolttech/atoms-segmented-control
Advanced tools
Comparing version 0.14.1 to 0.14.2
{ | ||
"name": "@bolttech/atoms-segmented-control", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"main": "./index.cjs", | ||
@@ -10,3 +10,3 @@ "type": "commonjs", | ||
"@bolttech/form-engine": "0.5.0", | ||
"@bolttech/frontend-foundations": "0.0.3", | ||
"@bolttech/frontend-foundations": "0.1.1", | ||
"@bolttech/ui-utils": "0.1.3", | ||
@@ -13,0 +13,0 @@ "react": "18.2.0", |
@@ -0,1 +1,5 @@ | ||
export declare const Option: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, { | ||
pressed: boolean; | ||
hasError: boolean; | ||
}, never>; | ||
export declare const SegmentedControlContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { | ||
@@ -5,6 +9,2 @@ fullWidth: boolean; | ||
export declare const SegmentedControlWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; | ||
export declare const Option: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, { | ||
pressed: boolean; | ||
hasError: boolean; | ||
}, never>; | ||
export declare const OptionLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, { | ||
@@ -11,0 +11,0 @@ pressed: boolean; |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
49572