@atlaskit/button
Advanced tools
Comparing version 20.3.5 to 20.3.6
@@ -136,3 +136,3 @@ "use strict"; | ||
packageName: "@atlaskit/button", | ||
packageVersion: "20.3.5", | ||
packageVersion: "20.3.6", | ||
analyticsData: analyticsContext | ||
@@ -139,0 +139,0 @@ }); |
@@ -231,3 +231,3 @@ "use strict"; | ||
fontFamily: 'inherit', | ||
fontWeight: 500, | ||
fontWeight: "var(--ds-font-weight-medium, 500)", | ||
// margin for button has been applied to css reset | ||
@@ -234,0 +234,0 @@ maxWidth: '100%', |
@@ -122,3 +122,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/button", | ||
packageVersion: "20.3.5", | ||
packageVersion: "20.3.6", | ||
analyticsData: analyticsContext | ||
@@ -125,0 +125,0 @@ }); |
@@ -225,3 +225,3 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
fontFamily: 'inherit', | ||
fontWeight: 500, | ||
fontWeight: "var(--ds-font-weight-medium, 500)", | ||
// margin for button has been applied to css reset | ||
@@ -228,0 +228,0 @@ maxWidth: '100%', |
@@ -128,3 +128,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/button", | ||
packageVersion: "20.3.5", | ||
packageVersion: "20.3.6", | ||
analyticsData: analyticsContext | ||
@@ -131,0 +131,0 @@ }); |
@@ -223,3 +223,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
fontFamily: 'inherit', | ||
fontWeight: 500, | ||
fontWeight: "var(--ds-font-weight-medium, 500)", | ||
// margin for button has been applied to css reset | ||
@@ -226,0 +226,0 @@ maxWidth: '100%', |
@@ -6,2 +6,2 @@ export { default, type ButtonProps } from '../new-button/variants/default/button'; | ||
export { SplitButton } from '../new-button/containers/split-button'; | ||
export type { Appearance, Spacing } from '../new-button/variants/types'; | ||
export type { Appearance, Spacing, IconProp, IconButtonSpacing, IconButtonAppearance, } from '../new-button/variants/types'; |
@@ -44,3 +44,3 @@ import React from 'react'; | ||
declare const IconButtonRender: React.ForwardRefExoticComponent<Omit<IconButtonProps, "label" | "icon"> & { | ||
icon?: import("../new-button/variants/types").IconProp | undefined; | ||
icon?: import("../entry-points/new").IconProp | undefined; | ||
label?: IconButtonProps['label']; | ||
@@ -50,3 +50,3 @@ } & React.RefAttributes<HTMLButtonElement>>; | ||
href?: string | undefined; | ||
icon?: import("../new-button/variants/types").IconProp | undefined; | ||
icon?: import("../entry-points/new").IconProp | undefined; | ||
label?: LinkIconButtonProps['label']; | ||
@@ -53,0 +53,0 @@ } & React.RefAttributes<HTMLAnchorElement>>; |
@@ -6,2 +6,2 @@ export { default, type ButtonProps } from '../new-button/variants/default/button'; | ||
export { SplitButton } from '../new-button/containers/split-button'; | ||
export type { Appearance, Spacing } from '../new-button/variants/types'; | ||
export type { Appearance, Spacing, IconProp, IconButtonSpacing, IconButtonAppearance, } from '../new-button/variants/types'; |
@@ -44,3 +44,3 @@ import React from 'react'; | ||
declare const IconButtonRender: React.ForwardRefExoticComponent<Omit<IconButtonProps, "label" | "icon"> & { | ||
icon?: import("../new-button/variants/types").IconProp | undefined; | ||
icon?: import("../entry-points/new").IconProp | undefined; | ||
label?: IconButtonProps['label']; | ||
@@ -50,3 +50,3 @@ } & React.RefAttributes<HTMLButtonElement>>; | ||
href?: string | undefined; | ||
icon?: import("../new-button/variants/types").IconProp | undefined; | ||
icon?: import("../entry-points/new").IconProp | undefined; | ||
label?: LinkIconButtonProps['label']; | ||
@@ -53,0 +53,0 @@ } & React.RefAttributes<HTMLAnchorElement>>; |
{ | ||
"name": "@atlaskit/button", | ||
"version": "20.3.5", | ||
"version": "20.3.6", | ||
"description": "A button triggers an event or action. They let users know what will happen next.", | ||
@@ -110,3 +110,3 @@ "publishConfig": { | ||
"@atlaskit/app-provider": "^1.4.0", | ||
"@atlaskit/calendar": "^15.1.0", | ||
"@atlaskit/calendar": "^16.0.0", | ||
"@atlaskit/checkbox": "^15.2.0", | ||
@@ -113,0 +113,0 @@ "@atlaskit/dropdown-menu": "^12.23.0", |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
685696
0