@launchpad-ui/button
Advanced tools
Comparing version 0.12.6 to 0.12.7
@@ -15,2 +15,7 @@ import type { IconProps } from '@launchpad-ui/icons'; | ||
}; | ||
/** | ||
* @deprecated use `Button` from `@launchpad-ui/components` instead | ||
* | ||
* https://launchpad.launchdarkly.com/?path=/docs/components-buttons-button--docs | ||
*/ | ||
declare const Button: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> & { | ||
@@ -17,0 +22,0 @@ isLoading?: boolean | undefined; |
@@ -6,2 +6,7 @@ import type { ComponentProps } from 'react'; | ||
}; | ||
/** | ||
* @deprecated use `ButtonGroup` from `@launchpad-ui/components` instead | ||
* | ||
* https://launchpad.launchdarkly.com/?path=/docs/components-buttons-buttongroup--docs | ||
*/ | ||
declare const ButtonGroup: ({ spacing, className, children, "data-test-id": testId, ...rest }: ButtonGroupProps) => import("react/jsx-runtime").JSX.Element; | ||
@@ -8,0 +13,0 @@ export { ButtonGroup }; |
@@ -11,2 +11,7 @@ import type { IconProps } from '@launchpad-ui/icons'; | ||
}; | ||
/** | ||
* @deprecated use `IconButton` from `@launchpad-ui/components` instead | ||
* | ||
* https://launchpad.launchdarkly.com/?path=/docs/components-buttons-iconbutton--docs | ||
*/ | ||
declare const IconButton: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> & { | ||
@@ -13,0 +18,0 @@ kind?: "default" | "close" | "primary" | "destructive" | "minimal" | undefined; |
@@ -8,2 +8,7 @@ import type { ButtonProps } from './Button'; | ||
}; | ||
/** | ||
* @deprecated use `FileTrigger` from `@launchpad-ui/components` instead | ||
* | ||
* https://launchpad.launchdarkly.com/?path=/docs/components-buttons-filetrigger--docs | ||
*/ | ||
declare const UploadButton: ({ id, className, children, disabled, accept, maxSize, onSelect, "data-test-id": testId, ...rest }: UploadButtonProps) => import("react/jsx-runtime").JSX.Element; | ||
@@ -10,0 +15,0 @@ export { UploadButton }; |
{ | ||
"name": "@launchpad-ui/button", | ||
"version": "0.12.6", | ||
"version": "0.12.7", | ||
"status": "beta", | ||
@@ -8,3 +8,8 @@ "publishConfig": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/launchdarkly/launchpad-ui" | ||
}, | ||
"description": "An element that triggers an action based on user interaction.", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
@@ -32,4 +37,4 @@ "dist" | ||
"classix": "2.1.17", | ||
"@launchpad-ui/icons": "~0.16.6", | ||
"@launchpad-ui/tokens": "~0.9.8" | ||
"@launchpad-ui/icons": "~0.17.0", | ||
"@launchpad-ui/tokens": "~0.9.9" | ||
}, | ||
@@ -36,0 +41,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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
79337
740
0
+ Added@launchpad-ui/icons@0.17.5(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
- Removed@launchpad-ui/icons@0.16.6(transitive)
Updated@launchpad-ui/icons@~0.17.0
Updated@launchpad-ui/tokens@~0.9.9