🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@jamsr-ui/checkbox

Package Overview
Dependencies
Maintainers
0
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/checkbox - npm Package Compare versions

Comparing version

to
0.0.53

dist/chunk-AU73GSZP.js

26

dist/checkbox.d.ts

@@ -1,13 +0,23 @@

import * as react from 'react';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SlotsToClasses } from '@jamsr-ui/utils';
import { ComponentProps } from 'react';
import { CheckboxLabelProps } from './label.js';
import 'react/jsx-runtime';
import { CheckboxVariantProps, CheckboxSlots } from './style.js';
import 'tailwind-variants';
import 'tailwind-variants/dist/config.js';
type CheckboxProps = ComponentProps<"input"> & {
label: React.ReactNode;
labelProps?: Omit<CheckboxLabelProps, "id">;
onCheckedChange: (checked: boolean) => void;
type CheckboxProps = CheckboxVariantProps & {
label?: React.ReactNode;
labelProps?: ComponentProps<"label">;
defaultChecked?: boolean;
isChecked?: boolean;
onCheckedChange?: (checked: boolean) => void;
helperText?: string;
className?: string;
classNames?: SlotsToClasses<CheckboxSlots>;
isReadonly?: boolean;
isDisabled?: boolean;
onBlur?: () => void;
};
declare const Checkbox: react.ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & react.RefAttributes<HTMLInputElement>>;
declare const Checkbox: (props: CheckboxProps) => react_jsx_runtime.JSX.Element;
export { Checkbox, type CheckboxProps };
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkDXUZV2O5js = require('./chunk-DXUZV2O5.js');require('./chunk-B6BU2PTU.js');require('./chunk-MD5T2PRN.js');exports.Checkbox = _chunkDXUZV2O5js.a;
var _chunkAU73GSZPjs = require('./chunk-AU73GSZP.js');require('./chunk-B6BU2PTU.js');require('./chunk-UYOMYMHR.js');exports.Checkbox = _chunkAU73GSZPjs.a;
export { Checkbox, CheckboxProps } from './checkbox.js';
import 'react/jsx-runtime';
import '@jamsr-ui/utils';
import 'react';
import './label.js';
import 'react/jsx-runtime';
import './style.js';
import 'tailwind-variants';
import 'tailwind-variants/dist/config.js';
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
"use client";var _chunkDXUZV2O5js = require('./chunk-DXUZV2O5.js');require('./chunk-B6BU2PTU.js');require('./chunk-MD5T2PRN.js');exports.Checkbox = _chunkDXUZV2O5js.a;
"use client";var _chunkAU73GSZPjs = require('./chunk-AU73GSZP.js');require('./chunk-B6BU2PTU.js');require('./chunk-UYOMYMHR.js');exports.Checkbox = _chunkAU73GSZPjs.a;
{
"name": "@jamsr-ui/checkbox",
"version": "0.0.52",
"version": "0.0.53",
"description": "",

@@ -20,8 +20,8 @@ "sideEffects": false,

"framer-motion": "12.0.0-alpha.1",
"react": "19.0.0-rc-1631855f-20241023",
"react-dom": "19.0.0-rc-1631855f-20241023"
"react": "19.0.0-rc-603e6108-20241029",
"react-dom": "19.0.0-rc-603e6108-20241029"
},
"dependencies": {
"@jamsr-ui/hooks": "^0.0.35",
"@jamsr-ui/utils": "^0.0.49"
"@jamsr-ui/hooks": "^0.0.36",
"@jamsr-ui/utils": "^0.0.50"
},

@@ -28,0 +28,0 @@ "exports": {

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 not supported yet

Sorry, the diff of this file is not supported yet