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
209
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 0.0.10 to 0.0.11

18

dist/index.d.ts

@@ -7,21 +7,21 @@ import { RovingFocusGroup, RovingFocusItem } from "@radix-ui/react-roving-focus";

type ToolbarOwnProps = Omit<Polymorphic.OwnProps<typeof RovingFocusGroup>, 'currentTabStopId' | 'defaultCurrentTabStopId' | 'onCurrentTabStopIdChange' | 'onEntryFocus'>;
type ToolbarPrimitive = Polymorphic.ForwardRefComponent<typeof TOOLBAR_DEFAULT_TAG, ToolbarOwnProps>;
export type ToolbarPrimitive = Polymorphic.ForwardRefComponent<typeof TOOLBAR_DEFAULT_TAG, ToolbarOwnProps>;
export const Toolbar: ToolbarPrimitive;
type ToolbarSeparatorOwnProps = Polymorphic.OwnProps<typeof SeparatorPrimitive.Root>;
type ToolbarSeparatorPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof SeparatorPrimitive.Root>, ToolbarSeparatorOwnProps>;
export type ToolbarSeparatorPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof SeparatorPrimitive.Root>, ToolbarSeparatorOwnProps>;
export const ToolbarSeparator: ToolbarSeparatorPrimitive;
declare const BUTTON_DEFAULT_TAG = "button";
type ToolbarButtonOwnProps = Omit<Polymorphic.OwnProps<typeof RovingFocusItem>, 'focusable' | 'active'>;
type ToolbarButtonPrimitive = Polymorphic.ForwardRefComponent<typeof BUTTON_DEFAULT_TAG, ToolbarButtonOwnProps>;
export type ToolbarButtonPrimitive = Polymorphic.ForwardRefComponent<typeof BUTTON_DEFAULT_TAG, ToolbarButtonOwnProps>;
export const ToolbarButton: ToolbarButtonPrimitive;
declare const LINK_DEFAULT_TAG = "a";
type ToolbarLinkOwnProps = Polymorphic.OwnProps<typeof ToolbarButton>;
type ToolbarLinkPrimitive = Polymorphic.ForwardRefComponent<typeof LINK_DEFAULT_TAG, ToolbarLinkOwnProps>;
export type ToolbarLinkPrimitive = Polymorphic.ForwardRefComponent<typeof LINK_DEFAULT_TAG, ToolbarLinkOwnProps>;
export const ToolbarLink: ToolbarLinkPrimitive;
type ToolbarToggleGroupOwnProps = Polymorphic.OwnProps<typeof ToggleGroupPrimitive.Root>;
type ToolbarToggleGroupPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ToggleGroupPrimitive.Root>, ToolbarToggleGroupOwnProps>;
export type ToolbarToggleGroupPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ToggleGroupPrimitive.Root>, ToolbarToggleGroupOwnProps>;
export const ToolbarToggleGroup: ToolbarToggleGroupPrimitive;
type ToolbarRadioOwnProps = Polymorphic.Merge<Polymorphic.OwnProps<typeof ToolbarButton>, Polymorphic.OwnProps<typeof ToggleGroupPrimitive.Item>>;
type ToolbarRadioPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ToggleGroupPrimitive.Item>, ToolbarRadioOwnProps>;
export const ToolbarToggleItem: ToolbarRadioPrimitive;
type ToolbarToggleItemOwnProps = Polymorphic.Merge<Polymorphic.OwnProps<typeof ToolbarButton>, Polymorphic.OwnProps<typeof ToggleGroupPrimitive.Item>>;
export type ToolbarToggleItemPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof ToggleGroupPrimitive.Item>, ToolbarToggleItemOwnProps>;
export const ToolbarToggleItem: ToolbarToggleItemPrimitive;
export const Root: ToolbarPrimitive;

@@ -32,4 +32,4 @@ export const Separator: ToolbarSeparatorPrimitive;

export const ToggleGroup: ToolbarToggleGroupPrimitive;
export const ToggleItem: ToolbarRadioPrimitive;
export const ToggleItem: ToolbarToggleItemPrimitive;
//# sourceMappingURL=index.d.ts.map
{
"name": "@radix-ui/react-toolbar",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",

@@ -24,6 +24,6 @@ "source": "src/index.ts",

"@radix-ui/react-polymorphic": "0.0.11",
"@radix-ui/react-roving-focus": "0.0.12",
"@radix-ui/react-separator": "0.0.12",
"@radix-ui/react-roving-focus": "0.0.13",
"@radix-ui/react-separator": "0.0.13",
"@radix-ui/react-slot": "0.0.10",
"@radix-ui/react-toggle-group": "0.0.7"
"@radix-ui/react-toggle-group": "0.0.8"
},

@@ -30,0 +30,0 @@ "peerDependencies": {

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