New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bolttech/atoms-segmented-control

Package Overview
Dependencies
Maintainers
8
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolttech/atoms-segmented-control - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc