@launchpad-ui/clipboard
Advanced tools
Comparing version 0.11.6 to 0.11.7
import type { TooltipProps } from '@launchpad-ui/tooltip'; | ||
import type { ComponentProps } from 'react'; | ||
type CopyToClipboardProps = ComponentProps<'span'> & { | ||
import type { ComponentPropsWithoutRef } from 'react'; | ||
type CopyToClipboardProps = ComponentPropsWithoutRef<'span'> & { | ||
triggerAriaLabel?: string; | ||
@@ -19,5 +19,16 @@ customCopiedText?: string; | ||
declare const CopyConfirmation: () => import("react/jsx-runtime").JSX.Element; | ||
declare const CopyToClipboard: import("react").ForwardRefExoticComponent<Omit<CopyToClipboardProps, "ref"> & import("react").RefAttributes<CopyToClipboardHandleRef>>; | ||
declare const CopyToClipboard: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & { | ||
triggerAriaLabel?: string | undefined; | ||
customCopiedText?: string | undefined; | ||
text: string; | ||
tooltip?: string | JSX.Element | undefined; | ||
tooltipOptions?: Partial<TooltipProps> | undefined; | ||
popoverTargetClassName?: string | undefined; | ||
onCopy?(): void; | ||
kind?: "basic" | "default" | "minimal" | undefined; | ||
asChild?: boolean | undefined; | ||
'data-test-id'?: string | undefined; | ||
} & import("react").RefAttributes<CopyToClipboardHandleRef>>; | ||
export { CopyConfirmation, CopyToClipboard }; | ||
export type { CopyToClipboardProps, CopyToClipboardHandleRef }; | ||
//# sourceMappingURL=CopyToClipboard.d.ts.map |
{ | ||
"name": "@launchpad-ui/clipboard", | ||
"version": "0.11.6", | ||
"version": "0.11.7", | ||
"status": "beta", | ||
@@ -32,5 +32,5 @@ "publishConfig": { | ||
"classix": "2.1.17", | ||
"@launchpad-ui/icons": "~0.14.5", | ||
"@launchpad-ui/tokens": "~0.9.0", | ||
"@launchpad-ui/tooltip": "~0.8.5" | ||
"@launchpad-ui/icons": "~0.14.6", | ||
"@launchpad-ui/tokens": "~0.9.1", | ||
"@launchpad-ui/tooltip": "~0.8.6" | ||
}, | ||
@@ -37,0 +37,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
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
35239
430
55
Updated@launchpad-ui/icons@~0.14.6
Updated@launchpad-ui/tokens@~0.9.1
Updated@launchpad-ui/tooltip@~0.8.6