@0xsquid/ui
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { DropdownMenuItemProps } from './DropdownMenuItem'; | ||
@@ -13,4 +14,5 @@ interface HistoryItemProps { | ||
dropdownMenuItems?: DropdownMenuItemProps[]; | ||
itemsContainerRef?: React.RefObject<HTMLElement>; | ||
} | ||
export declare function HistoryItem({ firstImageUrl, secondImageUrl, isPending, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, pendingLabel, dropdownMenuItems, }: HistoryItemProps): import("react/jsx-runtime").JSX.Element; | ||
export declare function HistoryItem({ firstImageUrl, secondImageUrl, isPending, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, pendingLabel, dropdownMenuItems, itemsContainerRef, }: HistoryItemProps): import("react/jsx-runtime").JSX.Element; | ||
export {}; |
@@ -29,2 +29,3 @@ /// <reference types="react" /> | ||
tooltip?: Omit<TooltipProps, 'children'>; | ||
disabled?: boolean; | ||
}; | ||
@@ -31,0 +32,0 @@ export interface SettingsItemProps { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { DropdownMenuItemProps } from './DropdownMenuItem'; | ||
@@ -13,4 +14,5 @@ interface HistoryItemProps { | ||
dropdownMenuItems?: DropdownMenuItemProps[]; | ||
itemsContainerRef?: React.RefObject<HTMLElement>; | ||
} | ||
export declare function HistoryItem({ firstImageUrl, secondImageUrl, isPending, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, pendingLabel, dropdownMenuItems, }: HistoryItemProps): import("react/jsx-runtime").JSX.Element; | ||
export declare function HistoryItem({ firstImageUrl, secondImageUrl, isPending, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, pendingLabel, dropdownMenuItems, itemsContainerRef, }: HistoryItemProps): import("react/jsx-runtime").JSX.Element; | ||
export {}; |
@@ -29,2 +29,3 @@ /// <reference types="react" /> | ||
tooltip?: Omit<TooltipProps, 'children'>; | ||
disabled?: boolean; | ||
}; | ||
@@ -31,0 +32,0 @@ export interface SettingsItemProps { |
@@ -205,4 +205,5 @@ /// <reference types="react" /> | ||
dropdownMenuItems?: DropdownMenuItemProps[]; | ||
itemsContainerRef?: React.RefObject<HTMLElement>; | ||
} | ||
declare function HistoryItem({ firstImageUrl, secondImageUrl, isPending, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, pendingLabel, dropdownMenuItems, }: HistoryItemProps): react_jsx_runtime.JSX.Element; | ||
declare function HistoryItem({ firstImageUrl, secondImageUrl, isPending, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, pendingLabel, dropdownMenuItems, itemsContainerRef, }: HistoryItemProps): react_jsx_runtime.JSX.Element; | ||
@@ -273,2 +274,3 @@ interface ListItemProps extends React.HTMLAttributes<HTMLLIElement> { | ||
tooltip?: Omit<TooltipProps, 'children'>; | ||
disabled?: boolean; | ||
}; | ||
@@ -275,0 +277,0 @@ interface SettingsItemProps { |
@@ -8,3 +8,3 @@ { | ||
"description": "Squid's UI components", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"author": "", | ||
@@ -11,0 +11,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
640326
12585