bsm-design-system 1.22.2 → 1.22.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.mts CHANGED
@@ -265,7 +265,7 @@ type RadioProps = {
265
265
 
266
266
  declare function RadioGroup({ className, size, disabled, orientation, onChange, ...props }: RadioProps): react_jsx_runtime.JSX.Element;
267
267
  declare namespace RadioGroup {
268
- var Item: ({ className, disabled, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>) => react_jsx_runtime.JSX.Element;
268
+ var Item: ({ className, disabled, children, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>) => react_jsx_runtime.JSX.Element;
269
269
  }
270
270
 
271
271
  declare const checkboxVariants: tailwind_variants.TVReturnType<{
package/index.d.ts CHANGED
@@ -265,7 +265,7 @@ type RadioProps = {
265
265
 
266
266
  declare function RadioGroup({ className, size, disabled, orientation, onChange, ...props }: RadioProps): react_jsx_runtime.JSX.Element;
267
267
  declare namespace RadioGroup {
268
- var Item: ({ className, disabled, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>) => react_jsx_runtime.JSX.Element;
268
+ var Item: ({ className, disabled, children, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>) => react_jsx_runtime.JSX.Element;
269
269
  }
270
270
 
271
271
  declare const checkboxVariants: tailwind_variants.TVReturnType<{