@jamsr-ui/checkbox
Advanced tools
Comparing version 0.0.52 to 0.0.53
@@ -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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
15601
168
5
+ Added@jamsr-ui/hooks@0.0.36(transitive)
+ Added@jamsr-ui/utils@0.0.50(transitive)
+ Addedreact@19.0.0-rc-603e6108-20241029(transitive)
+ Addedreact-dom@19.0.0-rc-603e6108-20241029(transitive)
+ Addedscheduler@0.25.0-rc-603e6108-20241029(transitive)
- Removed@jamsr-ui/hooks@0.0.35(transitive)
- Removed@jamsr-ui/utils@0.0.49(transitive)
- Removedreact@19.0.0-rc-1631855f-20241023(transitive)
- Removedreact-dom@19.0.0-rc-1631855f-20241023(transitive)
- Removedscheduler@0.25.0-rc-1631855f-20241023(transitive)
Updated@jamsr-ui/hooks@^0.0.36
Updated@jamsr-ui/utils@^0.0.50