@radix-ui/react-toolbar
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -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
29790
+ Added@radix-ui/react-primitive@0.0.13(transitive)
+ Added@radix-ui/react-roving-focus@0.0.13(transitive)
+ Added@radix-ui/react-separator@0.0.13(transitive)
+ Added@radix-ui/react-toggle@0.0.8(transitive)
+ Added@radix-ui/react-toggle-group@0.0.8(transitive)
- Removed@radix-ui/react-primitive@0.0.12(transitive)
- Removed@radix-ui/react-roving-focus@0.0.12(transitive)
- Removed@radix-ui/react-separator@0.0.12(transitive)
- Removed@radix-ui/react-toggle@0.0.7(transitive)
- Removed@radix-ui/react-toggle-group@0.0.7(transitive)