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

@radix-ui/react-toolbar

Package Overview
Dependencies
Maintainers
6
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-toolbar - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1-rc.1

14

dist/index.d.ts

@@ -0,1 +1,2 @@

import * as _radix_ui_react_context from '@radix-ui/react-context';
import * as React from 'react';

@@ -7,14 +8,3 @@ import * as RovingFocusGroup from '@radix-ui/react-roving-focus';

type Scope<C = any> = {
[scopeName: string]: React.Context<C>[];
} | undefined;
type ScopeHook = (scope: Scope) => {
[__scopeProp: string]: Scope;
};
interface CreateScope {
scopeName: string;
(): ScopeHook;
}
declare const createToolbarScope: CreateScope;
declare const createToolbarScope: _radix_ui_react_context.CreateScope;
type RovingFocusGroupProps = React.ComponentPropsWithoutRef<typeof RovingFocusGroup.Root>;

@@ -21,0 +11,0 @@ type PrimitiveDivProps = React.ComponentPropsWithoutRef<typeof Primitive.div>;

17

package.json
{
"name": "@radix-ui/react-toolbar",
"version": "1.1.0",
"version": "1.1.1-rc.1",
"license": "MIT",

@@ -31,9 +31,9 @@ "exports": {

"dependencies": {
"@radix-ui/primitive": "1.1.0",
"@radix-ui/react-context": "1.1.0",
"@radix-ui/primitive": "1.1.1-rc.1",
"@radix-ui/react-context": "1.1.1",
"@radix-ui/react-direction": "1.1.0",
"@radix-ui/react-primitive": "2.0.0",
"@radix-ui/react-roving-focus": "1.1.0",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0"
"@radix-ui/react-primitive": "2.0.1-rc.1",
"@radix-ui/react-roving-focus": "1.1.1-rc.1",
"@radix-ui/react-separator": "1.1.1-rc.1",
"@radix-ui/react-toggle-group": "1.1.1-rc.1"
},

@@ -61,3 +61,4 @@ "peerDependencies": {

"url": "https://github.com/radix-ui/primitives/issues"
}
},
"stableVersion": "1.1.0"
}

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