Socket
Socket
Sign inDemoInstall

@bolttech/atoms-checkbox

Package Overview
Dependencies
156
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.0 to 0.15.0

6

package.json
{
"name": "@bolttech/atoms-checkbox",
"version": "0.14.0",
"version": "0.15.0",
"main": "./index.cjs",

@@ -8,4 +8,6 @@ "type": "commonjs",

"dependencies": {
"@bolttech/default-theme": "0.0.1",
"@bolttech/form-engine": "0.5.0",
"@bolttech/frontend-foundations": "0.0.1",
"@bolttech/ui-utils": "0.1.1",
"@edirect/frontend-foundations": "0.0.79",
"react": "18.2.0",

@@ -12,0 +14,0 @@ "styled-components": "5.3.6"

@@ -10,3 +10,3 @@ # Checkbox Component

```bash
npm install @edirect/frontend-foundations @bolttech/atoms-checkbox
npm install @bolttech/frontend-foundations @bolttech/atoms-checkbox
```

@@ -17,3 +17,3 @@

```bash
yarn add @edirect/frontend-foundations @bolttech/atoms-checkbox
yarn add @bolttech/frontend-foundations @bolttech/atoms-checkbox
```

@@ -42,3 +42,3 @@

import {Checkbox} from '@bolttech/atoms-checkbox';
import {bolttechTheme, BolttechThemeProvider} from "@edirect/frontend-foundations";
import {bolttechTheme, BolttechThemeProvider} from "@bolttech/frontend-foundations";

@@ -45,0 +45,0 @@ const ExampleComponent = () => {

export { Checkbox } from './lib/atoms-checkbox';
export { CheckboxProps } from './lib/atoms-checkbox.type';
export type { CheckboxProps } from './lib/atoms-checkbox.type';

@@ -12,5 +12,13 @@ /// <reference types="react" />

} & InputProps, "type">;
declare const Label: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@edirect/frontend-foundations/dist/src/shared/types/typography.type").TypographyPropsType & import("react").RefAttributes<HTMLElement>>, import("styled-components").DefaultTheme, LabelProps, never>;
declare const Label: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("dist/libs/utils/src").DefaultProps & {
className?: string | undefined;
children?: string | string[] | undefined;
type?: string | undefined;
variant?: string | undefined;
align?: "center" | "left" | "right" | undefined;
text?: string | undefined;
htmlFor?: string | undefined;
} & import("react").RefAttributes<HTMLHeadingElement | HTMLLabelElement | HTMLParagraphElement | HTMLSpanElement | null>>, import("styled-components").DefaultTheme, LabelProps, never>;
declare const CheckboxContainerError: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, {}, never>;
declare const LabelError: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;
export { CheckboxContainer, Input, Label, CheckboxContainerError, LabelError };

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc