Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@radix-ui/react-scroll-area

Package Overview
Dependencies
Maintainers
6
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-scroll-area - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

18

dist/index.d.ts

@@ -54,3 +54,3 @@ import * as React from "react";

}>;
type ScrollAreaPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaOwnProps>;
export type ScrollAreaPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaOwnProps>;
export const ScrollArea: ScrollAreaPrimitive;

@@ -63,15 +63,15 @@ type ScrollAreaNoNativeFallbackOwnProps = Polymorphic.Merge<Polymorphic.OwnProps<typeof Primitive>, Omit<ScrollAreaOwnProps, 'unstable_forceNative'>>;

type ScrollAreaViewportOwnProps = Polymorphic.OwnProps<typeof ScrollAreaViewportImpl>;
type ScrollAreaViewportPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaViewportImpl>, ScrollAreaViewportOwnProps>;
export type ScrollAreaViewportPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaViewportImpl>, ScrollAreaViewportOwnProps>;
export const ScrollAreaViewport: ScrollAreaViewportPrimitive;
type ScrollAreaScrollbarXOwnProps = Polymorphic.OwnProps<typeof Primitive>;
type ScrollAreaScrollbarXPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaScrollbarXOwnProps>;
export type ScrollAreaScrollbarXPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaScrollbarXOwnProps>;
export const ScrollAreaScrollbarX: ScrollAreaScrollbarXPrimitive;
type ScrollAreaScrollbarYOwnProps = Polymorphic.OwnProps<typeof Primitive>;
type ScrollAreaScrollbarYPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaScrollbarYOwnProps>;
export type ScrollAreaScrollbarYPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaScrollbarYOwnProps>;
export const ScrollAreaScrollbarY: ScrollAreaScrollbarYPrimitive;
type ScrollAreaTrackOwnProps = Polymorphic.OwnProps<typeof Primitive>;
type ScrollAreaTrackPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaTrackOwnProps>;
export type ScrollAreaTrackPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaTrackOwnProps>;
export const ScrollAreaTrack: ScrollAreaTrackPrimitive;
type ScrollAreaThumbOwnProps = Polymorphic.OwnProps<typeof Primitive>;
type ScrollAreaThumbPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaThumbOwnProps>;
export type ScrollAreaThumbPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, ScrollAreaThumbOwnProps>;
export const ScrollAreaThumb: ScrollAreaThumbPrimitive;

@@ -85,6 +85,6 @@ type ScrollAreaButtonProps = Polymorphic.Merge<Polymorphic.OwnProps<typeof Primitive>, {

type ScrollAreaButtonStartOwnProps = Omit<Polymorphic.OwnProps<typeof ScrollAreaButton>, 'direction' | 'name'>;
type ScrollAreaButtonStartPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaButton>, ScrollAreaButtonStartOwnProps>;
export type ScrollAreaButtonStartPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaButton>, ScrollAreaButtonStartOwnProps>;
export const ScrollAreaButtonStart: ScrollAreaButtonStartPrimitive;
type ScrollAreaButtonEndOwnProps = Omit<Polymorphic.OwnProps<typeof ScrollAreaButton>, 'direction' | 'name'>;
type ScrollAreaButtonEndPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaButton>, ScrollAreaButtonEndOwnProps>;
export type ScrollAreaButtonEndPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaButton>, ScrollAreaButtonEndOwnProps>;
export const ScrollAreaButtonEnd: ScrollAreaButtonEndPrimitive;

@@ -95,3 +95,3 @@ type ScrollAreaCornerImplOwnProps = Polymorphic.OwnProps<typeof Primitive>;

type ScrollAreaCornerOwnProps = Polymorphic.OwnProps<typeof ScrollAreaCornerImpl>;
type ScrollAreaCornerPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaCornerImpl>, ScrollAreaCornerOwnProps>;
export type ScrollAreaCornerPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ScrollAreaCornerImpl>, ScrollAreaCornerOwnProps>;
export const ScrollAreaCorner: ScrollAreaCornerPrimitive;

@@ -98,0 +98,0 @@ export const Root: ScrollAreaPrimitive;

{
"name": "@radix-ui/react-scroll-area",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",

@@ -26,3 +26,3 @@ "source": "src/index.ts",

"@radix-ui/react-polymorphic": "0.0.11",
"@radix-ui/react-primitive": "0.0.12",
"@radix-ui/react-primitive": "0.0.13",
"@radix-ui/react-use-callback-ref": "0.0.5",

@@ -29,0 +29,0 @@ "@radix-ui/react-use-layout-effect": "0.0.5"

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

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